diff options
Diffstat (limited to 'databases/postgresql-plv8js/Makefile')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 3b3b7b44b478..7a9eb1144a43 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -1,11 +1,12 @@ # Created by: vanilla@ # $FreeBSD$ -PORTNAME= plv8js +PORTNAME= plv8 PORTVERSION= 1.4.8 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- +PKGNAMESUFFIX= js MAINTAINER= vanilla@FreeBSD.org COMMENT= PL/v8js procedural language for PostgreSQL database @@ -14,11 +15,9 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:lang/v8 -WRKSRC= ${WRKDIR}/plv8-${PORTVERSION} USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ USE_PERL5= build USE_GITHUB= yes -GH_ACCOUNT= plv8 PLIST_SUB+= PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> |