summaryrefslogtreecommitdiff
path: root/databases/postgresql-plv8js/Makefile
blob: 3f475173aa075557e604c9108e367006693e536b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: vanilla@
# $FreeBSD$

PORTNAME=	plv8js
PORTVERSION=	1.4.2
CATEGORIES=	databases
MASTER_SITES=	http://api.pgxn.org/dist/plv8/${PORTVERSION}/
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
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+
USE_PERL5=	build
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

.include <bsd.port.mk>