4fea8a1f17
------------------------------------------- version 0.005; 2017-07-30 * bugfix: require bugfixed version of Lexical::SealRequireHints (for compatibility with early-loaded warnings.pm, for not breaking version-implied features, and for require argument context) and invoke it earlier to make sure it takes effect in time * update test suite to not rely on . in @INC, which is no longer necessarily there from Perl 5.25.7 * test that all modules have matching version numbers * no longer include a Makefile.PL in the distribution * in documentation, use four-column indentation for all verbatim material * in META.{yml,json}, point to public bug tracker * convert .cvsignore to .gitignore
22 lines
696 B
Makefile
22 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/08/17 13:00:21 mef Exp $
|
|
|
|
DISTNAME= Attribute-Lexical-0.005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Attribute-Lexical/
|
|
COMMENT= Sane scoping of function/variable attributes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Lexical-SealRequireHints>=0.005:../../devel/p5-Lexical-SealRequireHints
|
|
DEPENDS+= p5-Params-Classify-[0-9]*:../../devel/p5-Params-Classify
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_PACKLIST= auto/Attribute/Lexical/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|