pkgsrc/security/libpreludedb-perl/Makefile
wiz d2ca14a3f1 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:57 +00:00

27 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:51 wiz Exp $
#
PKGNAME= libpreludedb-perl-${VERSION}
PKGREVISION= 6
COMMENT= Perl bindings for LibPreludeDB libraries
.include "../../security/libpreludedb/Makefile.common"
CONFIGURE_ARGS+= --with-python=no
CONFIGURE_ARGS+= --with-mysql=no
CONFIGURE_ARGS+= --with-postgresql=no
CONFIGURE_ARGS+= --with-sqlite3=no
BUILD_DIRS= bindings
CONFIGURE_ARGS+= --with-perl=${PERL5:Q} --with-perl-installdirs=vendor
USE_TOOLS+= perl:run
PERL5_PACKLIST= ${PERL5_VENDORARCH}auto/PreludeDB/.packlist
PERL5_CONFIGURE= no
.include "../../lang/perl5/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../security/libpreludedb/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"