cc24c286a5
Changelog: 0.108 2009-1015 simple (stringwise) comparison should now be much faster (thanks, NCLEATON)
22 lines
745 B
Makefile
22 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/12/17 22:28:49 rhaen Exp $
|
|
|
|
DISTNAME= Test-Deep-0.108
|
|
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"
|