|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= timescaledb |
4 |
PORTNAME= timescaledb |
| 5 |
PORTVERSION= 0.1.0 |
5 |
PORTVERSION= 0.2.0 |
| 6 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
| 7 |
|
7 |
|
| 8 |
MAINTAINER= kbowling@FreeBSD.org |
8 |
MAINTAINER= kbowling@FreeBSD.org |
|
Lines 18-25
MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
Link Here
|
| 18 |
USE_LDCONFIG= yes |
18 |
USE_LDCONFIG= yes |
| 19 |
USES= compiler:c11 gmake pgsql:9.6 |
19 |
USES= compiler:c11 gmake pgsql:9.6 |
| 20 |
|
20 |
|
|
|
21 |
WANT_PGSQL= server |
| 22 |
|
| 21 |
PLIST_FILES= lib/postgresql/timescaledb.so \ |
23 |
PLIST_FILES= lib/postgresql/timescaledb.so \ |
| 22 |
share/postgresql/extension/timescaledb--0.1.0.sql \ |
24 |
share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \ |
|
|
25 |
share/postgresql/extension/timescaledb--0.2.0.sql \ |
| 23 |
share/postgresql/extension/timescaledb.control |
26 |
share/postgresql/extension/timescaledb.control |
| 24 |
|
27 |
|
| 25 |
post-install: |
28 |
post-install: |