pirofti 6fdd7c092f Update the ODBC driver for PostgreSQL to 10.02.0000.
Follows the major update from postgresql.

OK jasper@
2018-05-04 11:14:18 +00:00

29 lines
618 B
Makefile

# $OpenBSD: Makefile,v 1.16 2018/05/04 11:14:18 pirofti Exp $
COMMENT= ODBC driver for PostgreSQL
VERSION= 10.02.0000
PKGNAME= postgresql-odbc-${VERSION}
DISTNAME= psqlodbc-${VERSION}
CATEGORIES= databases
HOMEPAGE= https://odbc.postgresql.org/
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://ftp.postgresql.org/pub/odbc/versions/src/
LIB_DEPENDS = databases/postgresql>=10.3 \
databases/iodbc
WANTLIB = pq iodbc iodbcinst pthread crypto ssl
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-iodbc --without-unixodbc
NO_TEST= Yes
.include <bsd.port.mk>