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

PORTNAME=	plv8
PORTVERSION=	1.4.8
DISTVERSIONPREFIX=	v
PORTREVISION=	6
CATEGORIES=	databases
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
PKGNAMESUFFIX=	js

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PL/v8js procedural language for PostgreSQL database

LICENSE=	PostgreSQL

BROKEN=		fails to build

LIB_DEPENDS=	libv8.so:lang/v8

USES=		compiler:c++11-lang gmake perl5 pgsql:9.6-10
USE_PERL5=	build
USE_GITHUB=	yes
PLIST_SUB=	PORTVERSION="${PORTVERSION}"

.include <bsd.port.mk>