Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.3 2015/06/18 14:46:14 adam Exp $
# $NetBSD: Makefile,v 1.8 2016/08/14 16:56:30 is Exp $
PKGNAME= ${DISTNAME:C/-/94-plperl-/}
PKGREVISION= #
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
@@ -15,6 +16,10 @@ BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
# There is some dependency ordering problem in the Makefile,
# so force the headers to be generated first.
BUILD_TARGET= perlchunks.h plperl_opmask.h all
.include "../../databases/postgresql94-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"