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-HTTP-Engine | |
parent | e04cbe160f5b36b86eaef7fbb2a66dcd1075cc80 (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=325974
Diffstat (limited to 'www/p5-HTTP-Engine')
-rw-r--r-- | www/p5-HTTP-Engine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTTP-Engine/Makefile b/www/p5-HTTP-Engine/Makefile index c7b53c36dc52..0916e0eea9a3 100644 --- a/www/p5-HTTP-Engine/Makefile +++ b/www/p5-HTTP-Engine/Makefile @@ -31,7 +31,8 @@ TEST_DEPENDS= \ p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Engine.3 \ HTTP::Engine::Cookbook.3 \ |