Update editors/lazarus-lcl-units to version 1.8.0
[dports.git] / databases / timescaledb / Makefile
1 # Created by: Kevin Bowling <kbowling@freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       timescaledb
5 PORTVERSION=    0.8.0
6 CATEGORIES=     databases
7
8 MAINTAINER=     kbowling@FreeBSD.org
9 COMMENT=        Time-series database built on PostgreSQL
10
11 LICENSE=        APACHE20
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 USES=           compiler:c11 cmake:outsource pgsql:9.6,10
15 USE_LDCONFIG=   yes
16
17 USE_GITHUB=     YES
18 GH_ACCOUNT=     timescale
19
20 WANT_PGSQL=     server
21
22 SUB_LIST+=      PORTVERSION=${PORTVERSION}
23 SUB_FILES=      pkg-message
24
25 PLIST_FILES=    lib/postgresql/timescaledb.so \
26                 share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \
27                 share/postgresql/extension/timescaledb--0.2.0--0.3.0.sql \
28                 share/postgresql/extension/timescaledb--0.3.0--0.4.0.sql \
29                 share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \
30                 share/postgresql/extension/timescaledb--0.4.1--0.4.2.sql \
31                 share/postgresql/extension/timescaledb--0.4.2--0.5.0.sql \
32                 share/postgresql/extension/timescaledb--0.5.0--0.6.0.sql \
33                 share/postgresql/extension/timescaledb--0.6.0--0.6.1.sql \
34                 share/postgresql/extension/timescaledb--0.6.1--0.7.0.sql \
35                 share/postgresql/extension/timescaledb--0.6.1--0.7.1.sql \
36                 share/postgresql/extension/timescaledb--0.7.0--0.7.1.sql \
37                 share/postgresql/extension/timescaledb--0.7.1--0.8.0.sql \
38                 share/postgresql/extension/timescaledb--0.8.0.sql \
39                 share/postgresql/extension/timescaledb.control
40
41 post-install:
42         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so
43
44 .include <bsd.port.mk>