From 1674717c6adf60228abb5ec4acf4ab910313d759 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sun, 5 Oct 2014 07:06:08 +0000 Subject: - Turn postgresql-plv8js version aware and add postgresql93-plv8js Approved by: vanilla (via skype) --- databases/postgresql-plv8js/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/postgresql-plv8js/Makefile') diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 103d0693fcca..7aed9df5efdf 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -5,7 +5,7 @@ PORTNAME= plv8js PORTVERSION= 1.4.2 CATEGORIES= databases MASTER_SITES= http://api.pgxn.org/dist/plv8/${PORTVERSION}/ -PKGNAMEPREFIX= postgresql- +PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- DISTNAME= plv8-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org @@ -15,7 +15,8 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 -USES= gmake perl5 zip pgsql:9.1+ +WANT_PGSQL_VER= 9.1+ +USES= gmake perl5 zip pgsql:${WANT_PGSQL_VER} USE_PERL5= build PLIST_SUB+= PORTVERSION="${PORTVERSION}" -- cgit v1.2.3