diff options
Diffstat (limited to 'devel/p5-Test-Deep/Makefile')
-rw-r--r-- | devel/p5-Test-Deep/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile index 7f1bcfb8b4b..b931088918b 100644 --- a/devel/p5-Test-Deep/Makefile +++ b/devel/p5-Test-Deep/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.4 2008/05/28 21:25:40 abs Exp $ +# $NetBSD: Makefile,v 1.5 2008/07/15 22:19:37 rhaen Exp $ -DISTNAME= Test-Deep-0.101 +DISTNAME= Test-Deep-0.103 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Deep/ COMMENT= Perl5 module to test deep structures DEPENDS+= p5-Test-Tester>=0.04:../../devel/p5-Test-Tester DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings -USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Deep/.packlist - PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" |