diff options
Diffstat (limited to 'databases/pgjwt')
| -rw-r--r-- | databases/pgjwt/Makefile | 21 | ||||
| -rw-r--r-- | databases/pgjwt/distinfo | 3 | ||||
| -rw-r--r-- | databases/pgjwt/pkg-descr | 1 | ||||
| -rw-r--r-- | databases/pgjwt/pkg-plist | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/databases/pgjwt/Makefile b/databases/pgjwt/Makefile new file mode 100644 index 000000000000..fb74e9df8d10 --- /dev/null +++ b/databases/pgjwt/Makefile @@ -0,0 +1,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> diff --git a/databases/pgjwt/distinfo b/databases/pgjwt/distinfo new file mode 100644 index 000000000000..3c8fce8c0092 --- /dev/null +++ b/databases/pgjwt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765200069 +SHA256 (michelp-pgjwt-0.2.0.20230302-f3d82fd_GH0.tar.gz) = f24eb9ecd99324b8639e271891a8108bcc37e58c32d794433278a281794e014d +SIZE (michelp-pgjwt-0.2.0.20230302-f3d82fd_GH0.tar.gz) = 4748 diff --git a/databases/pgjwt/pkg-descr b/databases/pgjwt/pkg-descr new file mode 100644 index 000000000000..07fb327a4d07 --- /dev/null +++ b/databases/pgjwt/pkg-descr @@ -0,0 +1 @@ +PostgreSQL implementation of JSON Web Tokens diff --git a/databases/pgjwt/pkg-plist b/databases/pgjwt/pkg-plist new file mode 100644 index 000000000000..a0781c7012a7 --- /dev/null +++ b/databases/pgjwt/pkg-plist @@ -0,0 +1,4 @@ +share/postgresql/extension/pgjwt.control +share/postgresql/extension/pgjwt--0.1.1.sql +share/postgresql/extension/pgjwt--0.1.0--0.1.1.sql +share/postgresql/extension/pgjwt--0.1.1--0.2.0.sql |
