aboutsummaryrefslogtreecommitdiff
path: root/www/validator
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-17 22:18:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-17 22:18:37 +0000
commitcbc3838faa8d1753513ba409e3eb20e2d1ed108b (patch)
tree89468a9a93529de0a2ae03da02327247d3f40f33 /www/validator
parente95d271322a48ae3ee9dd4b3db7865f6f8ff1db2 (diff)
downloadports-cbc3838faa8d1753513ba409e3eb20e2d1ed108b.tar.gz
ports-cbc3838faa8d1753513ba409e3eb20e2d1ed108b.zip
Notes
Diffstat (limited to 'www/validator')
-rw-r--r--www/validator/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/validator/Makefile b/www/validator/Makefile
index a50975b040c0..609d18357a90 100644
--- a/www/validator/Makefile
+++ b/www/validator/Makefile
@@ -104,4 +104,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Requires Perl 5.6.0 or better to run
+.endif
+
+.include <bsd.port.post.mk>