opnsense-ports/databases/pg_hashids/Makefile
Franco Fichtner bc9f40ec58 */*: sync with upstream
Taken from: FreeBSD
2023-04-16 08:20:24 +02:00

31 lines
875 B
Makefile

PORTNAME= pg_hashids
PORTVERSION= 1.3
CATEGORIES= databases
MAINTAINER= dmitry.wagin@ya.ru
COMMENT= PostgreSQL extension for generates short, unique, non-sequential ids from numbers
WWW= https://github.com/iCyberon/pg_hashids
LICENSE= MIT
USES= gmake pgsql:11+
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= iCyberon
GH_TAGNAME= 83398bcb
LLD_UNSAFE= yes
PLIST_FILES= lib/postgresql/${PORTNAME}.so \
share/postgresql/extension/${PORTNAME}--${PORTVERSION}.sql \
share/postgresql/extension/${PORTNAME}--1.0--1.1.sql \
share/postgresql/extension/${PORTNAME}--1.1--1.2.sql \
share/postgresql/extension/${PORTNAME}--1.2--${PORTVERSION}.sql \
share/postgresql/extension/${PORTNAME}--1.2.1--${PORTVERSION}.sql \
share/postgresql/extension/${PORTNAME}.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/${PORTNAME}.so
.include <bsd.port.mk>