diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 16:18:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 16:18:49 +0000 |
commit | 53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56 (patch) | |
tree | af34a59d3d16b99fda6fb0f1c025cfdbd117b523 /www/p5-CGI-Compile | |
parent | 06ffcbb8d55c466c31de72862d0146ec29e464b4 (diff) | |
download | ports-53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56.tar.gz ports-53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326167
Diffstat (limited to 'www/p5-CGI-Compile')
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile index 2a223ad503cf..b4ec628b1571 100644 --- a/www/p5-CGI-Compile/Makefile +++ b/www/p5-CGI-Compile/Makefile @@ -19,7 +19,8 @@ TEST_DEPENDS= \ p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI # Depending on Plack::Test causes cyclic dependencies. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Compile.3 |