Import of pkgsrc-2014Q1
This commit is contained in:
20
databases/postgresql93-plperl/Makefile
Normal file
20
databases/postgresql93-plperl/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/02/23 11:25:54 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/93-plperl-/}
|
||||
COMMENT= PL/Perl procedural language for the PostgreSQL backend
|
||||
|
||||
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
|
||||
|
||||
.include "../../databases/postgresql93/Makefile.common"
|
||||
|
||||
USE_TOOLS+= perl
|
||||
PERL5_CONFIGURE= no
|
||||
CONFIGURE_ARGS+= --with-perl
|
||||
BUILD_MAKE_FLAGS= PGXS=1
|
||||
|
||||
BUILD_DIRS= src/pl/plperl
|
||||
MAKE_FILE= GNUmakefile
|
||||
|
||||
.include "../../databases/postgresql93-client/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user