diff options
author | az <az@FreeBSD.org> | 2013-09-02 19:04:10 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 19:04:10 +0800 |
commit | 6baf7039c86d473e80dadb8c18e58a99ff11272a (patch) | |
tree | e8954c8e47ecbc1ab6431c2f1b4614a30c21a6be /www/p5-CGI-Emulate-PSGI | |
parent | d70fe8f1b5137bc2bf13a610a22c4d588546d483 (diff) | |
download | freebsd-ports-gnome-6baf7039c86d473e80dadb8c18e58a99ff11272a.tar.gz freebsd-ports-gnome-6baf7039c86d473e80dadb8c18e58a99ff11272a.tar.zst freebsd-ports-gnome-6baf7039c86d473e80dadb8c18e58a99ff11272a.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-CGI-Emulate-PSGI')
-rw-r--r-- | www/p5-CGI-Emulate-PSGI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-Emulate-PSGI/Makefile b/www/p5-CGI-Emulate-PSGI/Makefile index d49dcb78b397..75b1d7e080f9 100644 --- a/www/p5-CGI-Emulate-PSGI/Makefile +++ b/www/p5-CGI-Emulate-PSGI/Makefile @@ -14,7 +14,8 @@ RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Emulate::PSGI.3 \ CGI::Parse::PSGI.3 |