diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 47e62c7165ec..eda16eb751f4 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -1,25 +1,25 @@ # Created by: vanilla@ PORTNAME= plv8 PORTVERSION= 1.4.8 DISTVERSIONPREFIX= v PORTREVISION= 6 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- PKGNAMESUFFIX= js MAINTAINER= ports@FreeBSD.org COMMENT= PL/v8js procedural language for PostgreSQL database LICENSE= PostgreSQL BROKEN= fails to build LIB_DEPENDS= libv8.so:lang/v8 -USES= compiler:c++11-lang gmake perl5 pgsql:9.5-10 +USES= compiler:c++11-lang gmake perl5 pgsql:9.6-10 USE_PERL5= build USE_GITHUB= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" .include