diff options
Diffstat (limited to 'devel/p5-TryCatch/Makefile')
-rw-r--r-- | devel/p5-TryCatch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-TryCatch/Makefile b/devel/p5-TryCatch/Makefile index 5b3890c5802..45e3683155f 100644 --- a/devel/p5-TryCatch/Makefile +++ b/devel/p5-TryCatch/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 12:26:47 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/09/29 09:37:16 obache Exp $ -DISTNAME= TryCatch-1.002000 +DISTNAME= TryCatch-1.003000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5sto CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASH/} @@ -24,7 +23,7 @@ DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter DEPENDS+= p5-Variable-Magic>=0.28:../../devel/p5-Variable-Magic BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends -BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |