diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-08 23:28:50 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-08 23:28:50 +0000 |
commit | 7087f9810f73571f339b0e4a800e326e0162d7d5 (patch) | |
tree | d4ca25c63b9da1eea85bfce70616928238e2dcd7 /net | |
parent | 578144c2b1a06d6df9df3f0296baef0a480ca4d5 (diff) | |
download | FreeBSD-ports-7087f9810f73571f339b0e4a800e326e0162d7d5.zip FreeBSD-ports-7087f9810f73571f339b0e4a800e326e0162d7d5.tar.gz |
only for perl 5.6 and higher
Noticed by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-DNS-Zone/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-DNS-Zone/Makefile b/net/p5-DNS-Zone/Makefile index 1634d39..dc597ec 100644 --- a/net/p5-DNS-Zone/Makefile +++ b/net/p5-DNS-Zone/Makefile @@ -26,4 +26,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +.endif + +.include <bsd.port.post.mk> |