diff options
author | wiz <wiz> | 2014-05-31 12:56:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-31 12:56:54 +0000 |
commit | 4917e46702edc0236d575a5957a14a285573cafd (patch) | |
tree | 4c0b2626089db4b361c90ca43fbe2c56280773eb /www/p5-CatalystX-Component-Traits | |
parent | 2551fe2235472e1dab136ba8f018097fc6b2b33d (diff) | |
download | pkgsrc-4917e46702edc0236d575a5957a14a285573cafd.tar.gz |
Don't expect perl to provide p5-Module-Pluggable (removed in 5.20).
Bump PKGREVISION.
Diffstat (limited to 'www/p5-CatalystX-Component-Traits')
-rw-r--r-- | www/p5-CatalystX-Component-Traits/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-CatalystX-Component-Traits/Makefile b/www/p5-CatalystX-Component-Traits/Makefile index f4b2bab8618..7a9935d71ee 100644 --- a/www/p5-CatalystX-Component-Traits/Makefile +++ b/www/p5-CatalystX-Component-Traits/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2014/05/29 23:38:04 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/31 12:56:55 wiz Exp $ DISTNAME= CatalystX-Component-Traits-0.19 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CatalystX/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Catalyst-Runtime>=5.80005:../../www/p5-Catalyst-Runtime DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils -DEPENDS+= {perl>=5.10.1,p5-Module-Pluggable>=3.9}:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Module-Pluggable>=3.9:../../devel/p5-Module-Pluggable DEPENDS+= p5-MooseX-Traits-Pluggable>=0.08:../../devel/p5-MooseX-Traits-Pluggable DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean |