pkgsrc/devel/p5-autovivification/Makefile
wiz d34fb30db9 Updated p5-autovivification to 0.17.
0.17    2017-07-31 17:15 UTC
        + Chg : A large chunk of boilerplate XS code, which is also used in
                other XS modules, has been factored out of the main .xs file
                to a collection of .h files in the xsh subdirectory.
        + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref))
                is now correcty supported.
2017-08-14 19:21:33 +00:00

17 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/08/14 19:21:33 wiz Exp $
DISTNAME= autovivification-0.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tie-Cycle/lib/Tie/Cycle.pm
COMMENT= Perl5 module to lexically disable autovivification
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/autovivification/.packlist
USE_LANGUAGES= c
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"