diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
commit | cb72249a320633d1627706fd3c5fee0263234250 (patch) | |
tree | 7649b1f5002c942331d22ad69679217a24b1ddf3 /www/p5-CGI-Application-Plugin-HTDot | |
parent | 41402c773dce3c776fcbda39133047961aa0bcec (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326053
Diffstat (limited to 'www/p5-CGI-Application-Plugin-HTDot')
-rw-r--r-- | www/p5-CGI-Application-Plugin-HTDot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-Application-Plugin-HTDot/Makefile b/www/p5-CGI-Application-Plugin-HTDot/Makefile index d757370af077..ac226b19713f 100644 --- a/www/p5-CGI-Application-Plugin-HTDot/Makefile +++ b/www/p5-CGI-Application-Plugin-HTDot/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.0:${PORTSDIR}/www/p5-CGI-Application \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::Plugin::HTDot.3 |