diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
commit | 5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /comms | |
parent | e10369322220c0fa0a0ab68ed222621adf553709 (diff) | |
download | ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.gz ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Nexmo-SMS/Makefile | 9 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-ShareSMS/Makefile | 9 | ||||
-rw-r--r-- | comms/p5-SMS-Send/Makefile | 9 |
3 files changed, 9 insertions, 18 deletions
diff --git a/comms/p5-Nexmo-SMS/Makefile b/comms/p5-Nexmo-SMS/Makefile index 5220ebd6f89d..3325ff995a8b 100644 --- a/comms/p5-Nexmo-SMS/Makefile +++ b/comms/p5-Nexmo-SMS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Nexmo-SMS -# Date created: 2011-11-25 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= Nexmo-SMS PORTVERSION= 0.06 @@ -23,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Nexmo::SMS.3 \ Nexmo::SMS::BinaryMessage.3 \ diff --git a/comms/p5-SMS-Send-TW-ShareSMS/Makefile b/comms/p5-SMS-Send-TW-ShareSMS/Makefile index 3afd23cf2c20..4e9288674ac7 100644 --- a/comms/p5-SMS-Send-TW-ShareSMS/Makefile +++ b/comms/p5-SMS-Send-TW-ShareSMS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-ShareSMS -# Date created: 2007-10-06 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send-TW-ShareSMS PORTVERSION= 0.02 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \ p5-libwww>=2:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::ShareSMS.3 diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile index f93298d7961b..2f9d68d3f433 100644 --- a/comms/p5-SMS-Send/Makefile +++ b/comms/p5-SMS-Send/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send -# Date created: 2006-08-26 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send PORTVERSION= 1.06 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Class-Adapter>=1.05:${PORTSDIR}/devel/p5-Class-Adapter \ p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send.3 \ SMS::Send::AU::Test.3 \ |