aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-02-04 20:21:04 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-02-04 20:21:04 +0000
commitb3743b6bd3f1abf8e41176c0cf2bd92cb1e317d1 (patch)
tree1501a02ed9fc0db406e691e874d3db62fa1816a0
parentae365d28aa1fbe362dcbe2966463940fe2892436 (diff)
downloadports-b3743b6bd3f1abf8e41176c0cf2bd92cb1e317d1.tar.gz
ports-b3743b6bd3f1abf8e41176c0cf2bd92cb1e317d1.zip
Notes
-rw-r--r--comms/p5-SMS-Send-TW-Socket2Air/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/p5-SMS-Send-TW-Socket2Air/Makefile b/comms/p5-SMS-Send-TW-Socket2Air/Makefile
index ad9868cd0171..b2df499c3010 100644
--- a/comms/p5-SMS-Send-TW-Socket2Air/Makefile
+++ b/comms/p5-SMS-Send-TW-Socket2Air/Makefile
@@ -24,4 +24,10 @@ PERL_CONFIGURE= yes
MAN3= SMS::Send::TW::Socket2Air.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+IGNORE= perl 5.10 or above is required
+.endif
+
+.include <bsd.port.post.mk>