blob: 8654640438e7d27e1a013c072ea26249aaeb6033 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= tds_fdw
PORTVERSION= 2.0.3
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PostgreSQL foreign data wrapper to connect to TDS databases
WWW= https://github.com/tds-fdw/tds_fdw
LICENSE= PostgreSQL
LIB_DEPENDS= libsybdb.so:databases/freetds
USES= gmake pgsql:11+
USE_GITHUB= yes
GH_ACCOUNT= tds-fdw
PLIST_FILES= lib/postgresql/tds_fdw.so \
share/doc/postgresql/extension/README.tds_fdw.md \
share/postgresql/extension/tds_fdw--${DISTVERSION}.sql \
share/postgresql/extension/tds_fdw.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/tds_fdw.so
.include <bsd.port.mk>
|