summaryrefslogtreecommitdiffstats
path: root/www/p5-PLP
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2005-05-11 14:26:26 +0000
committerbarner <barner@FreeBSD.org>2005-05-11 14:26:26 +0000
commit016fef618ff6fe6c91a9673df1fa3f0e749c7606 (patch)
treec301abfb3b5ffb37b8e120a771749f8e4a26189b /www/p5-PLP
parent33ab629e35d606cb4423bfdd7872618247c12dbb (diff)
downloadFreeBSD-ports-016fef618ff6fe6c91a9673df1fa3f0e749c7606.zip
FreeBSD-ports-016fef618ff6fe6c91a9673df1fa3f0e749c7606.tar.gz
- Add IGNORE line indicating that the port builds with Perl 5.6+
Diffstat (limited to 'www/p5-PLP')
-rw-r--r--www/p5-PLP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-PLP/Makefile b/www/p5-PLP/Makefile
index d52f7db..495002b 100644
--- a/www/p5-PLP/Makefile
+++ b/www/p5-PLP/Makefile
@@ -32,8 +32,8 @@ IGNORE= WITH_MOD_PERL must be either '1' or '2', or undefined
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+.if ${PERL_LEVEL} < 500600
+IGNORE= "Perl 5.6 or newer required. Install lang/perl5.[6,8] and try again"
.endif
pre-fetch:
OpenPOWER on IntegriCloud