diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 06:42:58 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 06:42:58 +0800 |
commit | e603d00a428bb8403529f85d8c817ea7dd1bb7a0 (patch) | |
tree | a1da7830c361d409364458906701371ce2fd0afe /www/p5-CGI-Application-Plugin-Authentication | |
parent | 3c2fced492e2c1b011fd7075a87e7800f549e28a (diff) | |
download | freebsd-ports-gnome-e603d00a428bb8403529f85d8c817ea7dd1bb7a0.tar.gz freebsd-ports-gnome-e603d00a428bb8403529f85d8c817ea7dd1bb7a0.tar.zst freebsd-ports-gnome-e603d00a428bb8403529f85d8c817ea7dd1bb7a0.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/p5-CGI-Application-Plugin-Authentication')
-rw-r--r-- | www/p5-CGI-Application-Plugin-Authentication/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/www/p5-CGI-Application-Plugin-Authentication/Makefile b/www/p5-CGI-Application-Plugin-Authentication/Makefile index 1787634a1ed0..c644e4234496 100644 --- a/www/p5-CGI-Application-Plugin-Authentication/Makefile +++ b/www/p5-CGI-Application-Plugin-Authentication/Makefile @@ -42,13 +42,4 @@ MAN3= CGI::Application::Plugin::Authentication::Driver.3 \ CGI::Application::Plugin::Authentication::Driver::HTPasswd.3 \ CGI::Application::Plugin::Authentication::Driver::Dummy.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Attribute-Handlers>=0:${PORTSDIR}/devel/p5-Attribute-Handlers \ - p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |