forked from Lainports/freebsd-ports
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
24 lines
486 B
Makefile
24 lines
486 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plv8
|
|
PORTVERSION= 1.4.8
|
|
PORTREVISION= 3
|
|
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+
|
|
USE_PERL5= build
|
|
USE_GITHUB= yes
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|