diff -ruN --exclude=CVS /usr/ports/www/validator/Makefile /kirby/shared/validator/Makefile --- /usr/ports/www/validator/Makefile Sat Sep 17 17:15:21 2005 +++ /kirby/shared/validator/Makefile Sat Sep 17 18:01:53 2005 @@ -7,6 +7,7 @@ PORTNAME= validator PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://validator.w3.org/dist/ \ http://www.cyberbotx.com/w3c-validator/ @@ -104,4 +105,10 @@ post-install: @${CAT} ${PKGMESSAGE} -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= Requires Perl 5.6.0 or better to function +.endif + +.include