aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-NetAddr-IP-Lite/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-15 03:18:35 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-15 03:18:35 +0000
commite9d42da1db652ae4d47aa63d601379173882e124 (patch)
tree7bcde507c96c21ec770a20c538c4a40ffc16353d /net-mgmt/p5-NetAddr-IP-Lite/Makefile
parent9c19733b2b752f86ebd0cc3864a82b6eea32e625 (diff)
downloadports-e9d42da1db652ae4d47aa63d601379173882e124.tar.gz
ports-e9d42da1db652ae4d47aa63d601379173882e124.zip
Notes
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP-Lite/Makefile')
-rw-r--r--net-mgmt/p5-NetAddr-IP-Lite/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-mgmt/p5-NetAddr-IP-Lite/Makefile b/net-mgmt/p5-NetAddr-IP-Lite/Makefile
index f556434ec169..7e19c788ebe0 100644
--- a/net-mgmt/p5-NetAddr-IP-Lite/Makefile
+++ b/net-mgmt/p5-NetAddr-IP-Lite/Makefile
@@ -17,6 +17,14 @@ COMMENT= IPv4/6 and 128 bit number utilities
PERL_CONFIGURE= yes
+CONFIGURE_ARGS= -noxs
+
MAN3= NetAddr::IP::UtilPP.3 NetAddr::IP::Util.3 NetAddr::IP::Lite.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>