| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/postgresql-tds_fdw/ |
Upload File : |
PORTNAME= tds_fdw
DISTVERSIONPREFIX= v
PORTVERSION= 2.0.2
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S|.||}-
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:9.2+
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>