ports/databases/pgjwt/Makefile
Lukas Engelhardt c1548ebacc
databases/pgjwt: Add new port
PostgreSQL extension implementation of JSON Web Tokens

PR:		290692
2025-12-08 13:52:29 +00:00

22 lines
389 B
Makefile

PORTNAME= pgjwt
PORTVERSION= 0.2.0.20230302
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= lukas.engelhardt@gmx.de
COMMENT= PostgreSQL implementation of JSON Web Tokens
WWW= https://github.com/michelp/pgjwt
LICENSE= MIT
USES= gmake pgsql
WANT_PGSQL= server
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= michelp
GH_TAGNAME= f3d82fd
.include <bsd.port.mk>