freebsd-ports/databases/postgresql-plv8js/Makefile
Tobias Kortkamp 5ca9f73e94 databases/postgresql-plv8js: Fix supported PostgreSQL version range
It does not build with PostgreSQL 11.  Updating the port is not
trivial due to our outdated lang/v8 port.

PR:		239514
2019-08-03 11:54:57 +00:00

24 lines
488 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= plv8
PORTVERSION= 1.4.8
PORTREVISION= 5
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
PKGNAMESUFFIX= js
MAINTAINER= ports@FreeBSD.org
COMMENT= PL/v8js procedural language for PostgreSQL database
LICENSE= PostgreSQL
LIB_DEPENDS+= libv8.so:lang/v8
USES= compiler:c++11-lang gmake perl5 pgsql:9.1-10
USE_PERL5= build
USE_GITHUB= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>