f0a0e2c08a
Upstream changes: 0.99 - J. Nick Koston <bdraco@cpan.org> 2016-07-16 - Add a fetch_all function for 1:1 hash mapping 0.98 - Todd Rinaldo <toddr@cpan.org> 2015-06-30 - Replace use vars with our (deprecated since 5.6.0) - Switch from Dynaloader to XSLoader as it's known to be a lower memory profile module. 0.97_01 - Todd Rinaldo <toddr@cpan.org> 2011-04-05 - Put ppport.h back in with an updated version. - ppport.h warnings now indicate that the module is not perl 5.6 compatible, but the test suite continues to succeed there. p5p suggests dropping support for 5.6
20 lines
506 B
Makefile
20 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/07/25 07:33:10 wen Exp $
|
|
|
|
DISTNAME= CDB_File-0.99
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDB_File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CDB_File/
|
|
COMMENT= Perl5 module to use CDB files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/CDB_File/.packlist
|
|
|
|
REPLACE_PERL+= bun-x.pl
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|