diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-17 22:18:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-17 22:18:37 +0000 |
commit | cbc3838faa8d1753513ba409e3eb20e2d1ed108b (patch) | |
tree | 89468a9a93529de0a2ae03da02327247d3f40f33 /www/validator | |
parent | e95d271322a48ae3ee9dd4b3db7865f6f8ff1db2 (diff) | |
download | ports-cbc3838faa8d1753513ba409e3eb20e2d1ed108b.tar.gz ports-cbc3838faa8d1753513ba409e3eb20e2d1ed108b.zip |
Notes
Diffstat (limited to 'www/validator')
-rw-r--r-- | www/validator/Makefile | 8 |
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> |