diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 11:04:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 11:04:10 +0000 |
commit | 511074b767a5d6045af777ea90639748e797c5a6 (patch) | |
tree | e8954c8e47ecbc1ab6431c2f1b4614a30c21a6be /www/p5-Catalyst-Component-InstancePerContext | |
parent | e04cbe160f5b36b86eaef7fbb2a66dcd1075cc80 (diff) | |
download | ports-511074b767a5d6045af777ea90639748e797c5a6.tar.gz ports-511074b767a5d6045af777ea90639748e797c5a6.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Component-InstancePerContext')
-rw-r--r-- | www/p5-Catalyst-Component-InstancePerContext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Component-InstancePerContext/Makefile b/www/p5-Catalyst-Component-InstancePerContext/Makefile index 2ef24027b4d1..4d40ce10ce59 100644 --- a/www/p5-Catalyst-Component-InstancePerContext/Makefile +++ b/www/p5-Catalyst-Component-InstancePerContext/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Component::InstancePerContext.3 |