diff options
Diffstat (limited to 'comms/p5-SMS-Send-TW-Socket2Air/Makefile')
-rw-r--r-- | comms/p5-SMS-Send-TW-Socket2Air/Makefile | 8 |
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> |