aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Services
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-01-27 22:55:24 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-01-27 22:55:24 +0000
commite8a63c69bbd00b19aade37fb51318ac28742383c (patch)
tree9b11e04610610d789b97fa071909a53360374b90 /net/p5-Net-Services
parent3eea4c4686c3527babc17e03aeca37b518aabf85 (diff)
downloadports-e8a63c69bbd00b19aade37fb51318ac28742383c.tar.gz
ports-e8a63c69bbd00b19aade37fb51318ac28742383c.zip
Notes
Diffstat (limited to 'net/p5-Net-Services')
-rw-r--r--net/p5-Net-Services/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-Services/Makefile b/net/p5-Net-Services/Makefile
index 4425e08b80e4..8f45de0e2328 100644
--- a/net/p5-Net-Services/Makefile
+++ b/net/p5-Net-Services/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= YES
MAN3= Net::Services.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>