diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-26 08:54:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-26 08:54:37 +0000 |
commit | 624d0476df7fa865c6477e8ab8e01be6a5d70527 (patch) | |
tree | c4321239c7986030894081de776191618b31dfa6 /comms/p5-SMS-Send-TW-Socket2Air | |
parent | 2bd33653653d7f75b801ff6ff6af16932641a5f6 (diff) |
Notes
Diffstat (limited to 'comms/p5-SMS-Send-TW-Socket2Air')
-rw-r--r-- | comms/p5-SMS-Send-TW-Socket2Air/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/comms/p5-SMS-Send-TW-Socket2Air/Makefile b/comms/p5-SMS-Send-TW-Socket2Air/Makefile index b49b66b0e91e..2b101d35994c 100644 --- a/comms/p5-SMS-Send-TW-Socket2Air/Makefile +++ b/comms/p5-SMS-Send-TW-Socket2Air/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-Socket2Air -# Date created: 2010-01-21 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send-TW-Socket2Air PORTVERSION= 0.01 @@ -24,10 +20,4 @@ PERL_CONFIGURE= yes MAN3= SMS::Send::TW::Socket2Air.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -IGNORE= perl 5.10 or above is required -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |