diff options
Diffstat (limited to 'comms/p5-SMS-Send/Makefile')
-rw-r--r-- | comms/p5-SMS-Send/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile index 48acb10a3c6d..f4e97a7bdce4 100644 --- a/comms/p5-SMS-Send/Makefile +++ b/comms/p5-SMS-Send/Makefile @@ -27,10 +27,4 @@ MAN3= SMS::Send.3 \ SMS::Send::Driver.3 \ SMS::Send::Test.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 due to dependency. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |