freebsd-ports/databases/postgresql-plv8js/Makefile
Rene Ladan 49f8a07aee databases/postgresql-plv8js: bump postgres version.
databases/postgresql95-* expired today.
2021-06-13 12:40:21 +02:00

25 lines
499 B
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>