Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= timescaledb |
4 |
PORTNAME= timescaledb |
5 |
PORTVERSION= 0.10.0 |
5 |
PORTVERSION= 0.10.1 |
6 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
7 |
|
7 |
|
8 |
MAINTAINER= kbowling@FreeBSD.org |
8 |
MAINTAINER= kbowling@FreeBSD.org |
Lines 12-49
Link Here
|
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
14 |
USES= compiler:c11 cmake:outsource pgsql:9.6,10 |
14 |
USES= compiler:c11 cmake:outsource pgsql:9.6,10 |
15 |
USE_LDCONFIG= yes |
|
|
16 |
|
15 |
|
17 |
USE_GITHUB= YES |
16 |
USE_GITHUB= YES |
18 |
GH_ACCOUNT= timescale |
17 |
GH_ACCOUNT= timescale |
19 |
|
18 |
|
20 |
WANT_PGSQL= server |
19 |
WANT_PGSQL= server |
21 |
|
20 |
|
22 |
SUB_LIST+= PORTVERSION=${PORTVERSION} |
21 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
23 |
SUB_FILES= pkg-message |
22 |
SUB_FILES= pkg-message |
24 |
|
23 |
|
25 |
PLIST_FILES= lib/postgresql/timescaledb.so \ |
|
|
26 |
lib/postgresql/timescaledb-0.10.0.so \ |
27 |
share/postgresql/extension/timescaledb--0.1.0--0.10.0.sql \ |
28 |
share/postgresql/extension/timescaledb--0.2.0--0.10.0.sql \ |
29 |
share/postgresql/extension/timescaledb--0.3.0--0.10.0.sql \ |
30 |
share/postgresql/extension/timescaledb--0.4.0--0.10.0.sql \ |
31 |
share/postgresql/extension/timescaledb--0.4.1--0.10.0.sql \ |
32 |
share/postgresql/extension/timescaledb--0.4.2--0.10.0.sql \ |
33 |
share/postgresql/extension/timescaledb--0.5.0--0.10.0.sql \ |
34 |
share/postgresql/extension/timescaledb--0.6.0--0.10.0.sql \ |
35 |
share/postgresql/extension/timescaledb--0.6.1--0.10.0.sql \ |
36 |
share/postgresql/extension/timescaledb--0.7.0--0.10.0.sql \ |
37 |
share/postgresql/extension/timescaledb--0.7.1--0.10.0.sql \ |
38 |
share/postgresql/extension/timescaledb--0.8.0--0.10.0.sql \ |
39 |
share/postgresql/extension/timescaledb--0.9.0--0.10.0.sql \ |
40 |
share/postgresql/extension/timescaledb--0.9.1--0.10.0.sql \ |
41 |
share/postgresql/extension/timescaledb--0.9.2--0.10.0.sql \ |
42 |
share/postgresql/extension/timescaledb--0.10.0.sql \ |
43 |
share/postgresql/extension/timescaledb.control |
44 |
|
45 |
post-install: |
46 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so |
47 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb-${PORTVERSION}.so |
48 |
|
49 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |