aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Nexmo-SMS
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-12 06:03:58 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-12 06:03:58 +0000
commit5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch)
tree43a75d1113991650ff8764ee64732c9d181c0ce4 /comms/p5-Nexmo-SMS
parente10369322220c0fa0a0ab68ed222621adf553709 (diff)
downloadports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.gz
ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327033
Diffstat (limited to 'comms/p5-Nexmo-SMS')
-rw-r--r--comms/p5-Nexmo-SMS/Makefile9
1 files changed, 3 insertions, 6 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 \