Depend on PostgreSQL 9.6

OK pea@ landry@
This commit is contained in:
jeremy 2016-12-18 18:19:37 +00:00
parent 55e0b1aa19
commit afd84572b8

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2016/05/13 14:36:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2016/12/18 18:19:37 jeremy Exp $
COMMENT = Lua procedural language support for PostgreSQL
VERSION = 1.0
DISTNAME = pllua-${VERSION}
PKGNAME = postgresql-pllua-${VERSION}
REVISION = 1
REVISION = 2
CATEGORIES = databases
@ -22,7 +22,7 @@ MASTER_SITES = http://pgfoundry.org/frs/download.php/3481/
MODULES = lang/lua
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = postgresql-server->=9.5,<9.6:databases/postgresql,-server
RUN_DEPENDS = postgresql-server->=9.6,<9.7:databases/postgresql,-server
USE_GMAKE = Yes