diff options
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP-Lite/Makefile')
-rw-r--r-- | net-mgmt/p5-NetAddr-IP-Lite/Makefile | 10 |
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> |