aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SIP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-SIP/Makefile')
-rw-r--r--net/p5-Net-SIP/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-SIP/Makefile b/net/p5-Net-SIP/Makefile
index 1788b55b1e7e..ca6482466106 100644
--- a/net/p5-Net-SIP/Makefile
+++ b/net/p5-Net-SIP/Makefile
@@ -31,4 +31,10 @@ MAN3= Net::SIP.3 Net::SIP::Debug.3 \
Net::SIP::Simple::RTP.3 Net::SIP::StatelessProxy.3 \
Net::SIP::Util.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500801
+IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>