HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/databases/postgresql-plv8js/Makefile
# 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>