diff options
author | dholland <dholland@pkgsrc.org> | 2011-09-29 11:32:53 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-09-29 11:32:53 +0000 |
commit | dca85e7137c7957052edb501cb510c3ef958f3ee (patch) | |
tree | c03d8924121965c8c1640769d73d70a970275455 /www | |
parent | 39c0774918c33625961a278665881619755d85c6 (diff) | |
download | pkgsrc-dca85e7137c7957052edb501cb510c3ef958f3ee.tar.gz |
REPLACE_PERL
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Reaction/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Reaction/Makefile b/www/p5-Reaction/Makefile index 1e404647877..f58f69e4f64 100644 --- a/www/p5-Reaction/Makefile +++ b/www/p5-Reaction/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/08/23 11:03:41 abs Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/29 11:32:53 dholland Exp $ DISTNAME= Reaction-0.002005 PKGNAME= p5-Reaction-0.2.5 @@ -14,6 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Reaction/.packlist +REPLACE_PERL+= script/moose_to_rclass.pl +REPLACE_PERL+= script/rclass_back_to_moose.pl + DEPENDS+= p5-Catalyst-Runtime>=5.80002:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Catalyst-Component-ACCEPT_CONTEXT>=0.05:../../www/p5-Catalyst-Component-ACCEPT_CONTEXT DEPENDS+= p5-Catalyst-Component-InstancePerContext>=0.001001:../../www/p5-Catalyst-Component-InstancePerContext |