diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-18 03:21:49 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-18 03:21:49 +0000 |
commit | e1e4064f00b375d57b9ca97869b1bcab78761700 (patch) | |
tree | dfbb70bde79262498f56eea0b17c29b4d61657f5 | |
parent | ffe2365dded4c17d87dc6db6687646f0e120fcdc (diff) | |
download | ports-e1e4064f00b375d57b9ca97869b1bcab78761700.tar.gz ports-e1e4064f00b375d57b9ca97869b1bcab78761700.zip |
Notes
-rw-r--r-- | www/p5-Apache-Clean/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-Clean/Makefile b/www/p5-Apache-Clean/Makefile index 4dbc6fcaf7f9..2653d19279d8 100644 --- a/www/p5-Apache-Clean/Makefile +++ b/www/p5-Apache-Clean/Makefile @@ -18,6 +18,8 @@ COMMENT= A mod_perl interface into HTML::Clean BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean +PORTSCOUT= limit:^0 + PERL_CONFIGURE= yes MAN3= Apache::Clean.3 |