pkgsrc/security/libpreludedb-perl/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
769 B
Makefile

# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:19 wiz Exp $
#
PKGNAME= libpreludedb-perl-${VERSION}
PKGREVISION= 8
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"