2b2ee5c652
0.11 2011-06-19 - Allow an empty hash for the -deprecations parameter. 0.10 2010-10-25 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen Etheridge) 0.09 2010-10-17 - Added a compilation test, because otherwise all test files could not end up doing skip_all, which may make smokers and test harnesses unhappy. 0.08 2010-10-15 - Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173. 0.07 2010-10-15 - The use of regular expressions in ignores didn't really work in 0.06. - Added missing dep on List::MoreUtils. - Replaced Test::Warn with Test::Output in the tests, and made the tests actually test what I think they should be testing. 0.06 2010-10-14 - The -ignore parameter now accepts regular expressions as well as package names. 0.05 2010-10-14 - Fixed what looked like a bug in -ignore handling, although I couldn't seem to write a test that triggered it. - Removed hard dep on Test::Warn for the benefit of Moose.
25 lines
902 B
Makefile
25 lines
902 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/08/23 08:56:26 abs Exp $
|
|
|
|
DISTNAME= Package-DeprecationManager-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Package-DeprecationManager/
|
|
COMMENT= Perl 5 module to manage deprecation warnings
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Package/DeprecationManager/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
|
|
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
|
|
DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|