Files
ports/databases/pgjwt/Makefile
T
Bernhard Froehlich f5a01351c3 */*: Change maintainer EMail address for Lukas Engelhardt
Submitted by:	private email (verified off site)
2026-05-25 16:46:21 +00:00

22 lines
381 B
Makefile

PORTNAME= pgjwt
PORTVERSION= 0.2.0.20230302
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= develuke@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>