diff options
Diffstat (limited to 'dns/p5-Data-Validate-Domain/Makefile')
-rw-r--r-- | dns/p5-Data-Validate-Domain/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dns/p5-Data-Validate-Domain/Makefile b/dns/p5-Data-Validate-Domain/Makefile index e29a77a48df6..a3005e4bdb97 100644 --- a/dns/p5-Data-Validate-Domain/Makefile +++ b/dns/p5-Data-Validate-Domain/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-Validate-Domain -PORTVERSION= 0.05 +PORTVERSION= 0.08 CATEGORIES= dns perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Data::Validate::Domain.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |