1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/databases/pg_hashids/Makefile
Muhammad Moinur Rahman a40c0e7d83 */*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions

Approved by:	portmgr
2023-04-15 15:14:58 +02:00

32 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>