blob: c785e85b5ffc2cdcf14b41357e7936c59fa01d3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|