pkgsrc/databases/postgresql84-plperl/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

21 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.19 2013/05/31 12:39:55 wiz Exp $
PKGNAME= ${DISTNAME:C/-/84-plperl-/}
PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
USE_TOOLS+= perl
PERL5_CONFIGURE= no
CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= src/pl/plperl
BUILD_MAKE_FLAGS= PGXS=1
MAKE_FILE= GNUmakefile
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"