summaryrefslogtreecommitdiff
path: root/net/p5-Net-SIP
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-02 12:55:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-02 12:55:23 +0000
commitc5ec77a4a6c23e46cb8c4d4f6748c0e2f4d5fca2 (patch)
tree5b04c2cf7e535e6f5a744624eadf536116336d61 /net/p5-Net-SIP
parentMark IGNORE for OSVERSION >= 700032 (inclusion of firmwares in base). (diff)
- need at least 5.8.x
Noted by: maintainer
Notes
Notes: svn path=/head/; revision=186346
Diffstat (limited to 'net/p5-Net-SIP')
-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>