mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plv8
|
|
PORTVERSION= 1.4.8
|
|
PORTREVISION= 2
|
|
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>
|