diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-10-04 16:09:39 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-10-04 16:09:39 +0000 |
commit | 451f19a3c7b11c462eadb893cf54746c67be710c (patch) | |
tree | 0e2158a587acadccedc2ae44188bb070d46ac6bb /databases/postgresql-plv8js/Makefile | |
parent | 00ac9acb26fddd96a48181f568fc894a9aa1fbd3 (diff) | |
download | ports-451f19a3c7b11c462eadb893cf54746c67be710c.tar.gz ports-451f19a3c7b11c462eadb893cf54746c67be710c.zip |
Notes
Diffstat (limited to 'databases/postgresql-plv8js/Makefile')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 9a58ee4b27e1..103d0693fcca 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= plv8js -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://api.pgxn.org/dist/plv8/${PORTVERSION}/ PKGNAMEPREFIX= postgresql- DISTNAME= plv8-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= PL/v8js procedural language for PostgreSQL database +LICENSE= PostgreSQL + LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 USES= gmake perl5 zip pgsql:9.1+ |