freebsd-ports/databases/postgresql-semver/Makefile
Alexander Sieg fc5b80a8bc databases/postgresql-semver: Add new port
This library contains a single PostgreSQL extension, a data type
called "semver". It's an implementation of the version number format
specified by the Semantic Versioning 2.0.0 Specification.

PR:		259001
2021-11-04 02:32:10 +09:00

20 lines
399 B
Makefile

PORTNAME= semver
PORTVERSION= 0.31.2
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= ports@xanderio.de
COMMENT= SemVer 2.0.0 compatible datatype for PostgreSQL database
LICENSE= PostgreSQL
USES= gmake pgsql
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= theory
GH_PROJECT= pg-${PORTNAME}
INSTALL_TARGET= install-strip
.include <bsd.port.mk>