Update databases/postgresql-plv8js to version 1.4.3
[dports.git] / databases / postgresql-plv8js / Makefile
1 # Created by: vanilla@
2 # $FreeBSD$
3
4 PORTNAME=       plv8js
5 PORTVERSION=    1.4.3
6 CATEGORIES=     databases
7 MASTER_SITES=   http://api.pgxn.org/dist/plv8/${PORTVERSION}/
8 PKGNAMEPREFIX=  postgresql${PGSQL_VER:S/.//}-
9 DISTNAME=       plv8-${PORTVERSION}
10
11 MAINTAINER=     vanilla@FreeBSD.org
12 COMMENT=        PL/v8js procedural language for PostgreSQL database
13
14 LICENSE=        PostgreSQL
15
16 LIB_DEPENDS+=   libv8.so:${PORTSDIR}/lang/v8
17
18 USES=           gmake perl5 zip pgsql:9.1+
19 USE_PERL5=      build
20 PLIST_SUB+=     PORTVERSION="${PORTVERSION}"
21
22 .include <bsd.port.mk>