ffdb0f34de
Changes: UNIVERSAL::isa and UNIVERAL::can are no longer called as functions: this was deprecated in UNIVERSAL 1.03. (RT#74760, Karen Etheridge) the code that builds the exporter configuration is cleaned up; more documentation of how it may change (for the better, without breaking stuff) should appear in the near futureChanges:
22 lines
745 B
Makefile
22 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/04/01 20:13:18 rhaen Exp $
|
|
|
|
DISTNAME= Test-Deep-0.109
|
|
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"
|