0.109 to 0.110. Upstream changes: 0.110 2012-06-16 Allow methods() and listmethods() to work again on class methods (RT#77804) (thanks, Ricardo Signes!)
22 lines
743 B
Makefile
22 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/07/06 14:00:55 sno Exp $
|
|
|
|
DISTNAME= Test-Deep-0.110
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Deep/
|
|
COMMENT= Perl5 module to test deep structures
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# higher Test::Tester required in case of old Test::Builder installed - so
|
|
# let's require the version detected being "compatible"
|
|
DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
|
|
DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings
|
|
|
|
PERL5_PACKLIST= auto/Test/Deep/.packlist
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|