pkgsrc/devel/p5-Lexical-SealRequireHints/Makefile
wiz 9d01af1d40 p5-Lexical-SealRequireHints: update to 0.011.
version 0.011; 2017-07-15

  * update test suite to not rely on . in @INC, which is no longer
    necessarily there from Perl 5.25.7

  * no longer include a Makefile.PL in the distribution

  * update op-munging code to the PERL_OP_PARENT-compatible style
    (though none of it is actually used on Perls new enough to support
    PERL_OP_PARENT)

  * rename internal gen_*_op() functions into a better style

  * consistently use THX_ prefix on internal function names
2017-09-17 10:44:57 +00:00

18 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/09/17 10:44:57 wiz Exp $
DISTNAME= Lexical-SealRequireHints-0.011
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Lexical-SealRequireHints/
COMMENT= Perl5 module to prevent leakage of lexical hints
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Lexical/SealRequireHints/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"