SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,33 @@
COMMENT= ODBC driver for PostgreSQL
VERSION= 13.02.0000
PKGNAME= postgresql-odbc-${VERSION}
DISTNAME= psqlodbc-${VERSION}
CATEGORIES= databases
HOMEPAGE= https://odbc.postgresql.org/
MAINTAINER= Paul Irofti <paul@irofti.net>
# LGPL
PERMIT_PACKAGE= Yes
MASTER_SITES= https://ftp.postgresql.org/pub/odbc/versions/src/
LIB_DEPENDS = databases/postgresql>=10.3 \
databases/iodbc
WANTLIB = crypto iodbc iodbcinst m pq pthread ssl
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-iodbc --without-unixodbc
NO_TEST= Yes
_TESTENV = PGUSER=postgres \
PGHOST=localhost \
PGPASS=password
do-test:
cd ${WRKSRC}/test; env ${_TESTENV} ${MAKE_PROGRAM} installcheck
.include <bsd.port.mk>