e75560eb69
2.11 2014-08-16 05:21:30Z - add documentation for modifying multiple methods at once (mannih, github #2) 2.10 2014-03-04 19:04:00Z - installation switched to using only ExtUtils::MakeMaker, to allow for use on perl 5.6 2.09 2013-12-14 18:08:35Z - refresh configure_requires checking in generated Makefile.PL; new CONTRIBUTING file; updated tests (compile test now only runs for authors; check-deps test replaced by information-only report-prereqs test) 2.08 2013-10-11 00:30:32Z - remove requirement on perl 5.8 in metadata - repository migrated to the github moose organization - remove t/00-check-deps.t, which fails on old toolchains that do not understand configure_requires 2.07 2013-09-22 22:09:32Z - removed dependency on Test::Warnings in tests (now reserved for author testing) - now packaged with a Build.PL (for Module::Build::Tiny), and a Makefile.PL (for legacy 5.6 and 5.8 users; prints a warning on invocation) 2.06 2013-09-17 19:43:09Z - packaging the dist again with EUMM rather than MBT 2.05 2013-09-11 03:50:28Z - Support for handling lvalue methods (Graham Knop) - convert to building with Dist::Zilla 2.04 2013-03-30 - Remove erroneous perl 5.8 requirement 2.03 2013-02-02 - New build to fix missing files in inc/ 2.02 2013-02-01 - Dist improvements (Karen Etheridge) 2.01 2013-01-27 - Test for and fix $_ corruption (Vladimir Timofeev)
20 lines
678 B
Makefile
20 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/09/07 12:22:45 wiz Exp $
|
|
|
|
DISTNAME= Class-Method-Modifiers-2.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Method-Modifiers/
|
|
COMMENT= Perl module providing Moose-like method modifiers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
PERL5_PACKLIST= auto/Class/Method/Modifiers/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|