summaryrefslogtreecommitdiff
path: root/databases/pgjwt/Makefile
blob: fb74e9df8d10db7ec999cf2ad547c159f5f79c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>