fc5b80a8bc
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
20 lines
399 B
Makefile
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>
|