diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 22:02:57 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 22:02:57 +0000 |
commit | 29a74405d565ac1ba2f25e7665ec6b37f658ab57 (patch) | |
tree | b5a68210c7c42c05fb842a917e07617188d42a03 | |
parent | 1532035ea50c940d028b4496062ab26714c44629 (diff) | |
download | FreeBSD-ports-29a74405d565ac1ba2f25e7665ec6b37f658ab57.zip FreeBSD-ports-29a74405d565ac1ba2f25e7665ec6b37f658ab57.tar.gz |
BROKEN with perl 5.6: Does not build
-rw-r--r-- | www/p5-CGI.pm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-CGI.pm/Makefile b/www/p5-CGI.pm/Makefile index c3c812c..964104c9 100644 --- a/www/p5-CGI.pm/Makefile +++ b/www/p5-CGI.pm/Makefile @@ -46,6 +46,7 @@ post-install: .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BROKEN= "Does not build with perl < 5.6" .endif .include <bsd.port.post.mk> |