diff options
author | az <az@FreeBSD.org> | 2013-05-26 16:54:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-26 16:54:37 +0800 |
commit | ba68b69501313ef761d82da16d008df1c0e1670d (patch) | |
tree | c4321239c7986030894081de776191618b31dfa6 /comms | |
parent | 454dc20845513b41b56e2596188b4c4135c7b5a2 (diff) | |
download | freebsd-ports-gnome-ba68b69501313ef761d82da16d008df1c0e1670d.tar.gz freebsd-ports-gnome-ba68b69501313ef761d82da16d008df1c0e1670d.tar.zst freebsd-ports-gnome-ba68b69501313ef761d82da16d008df1c0e1670d.zip |
- Trim Makefile header
- Remove check for perl < 5.10
PR: ports/178901
Submitted by: az
Approved by: maintainer
Diffstat (limited to 'comms')
-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> |