diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:27:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:27:41 +0000 |
commit | 94f7601273e43def2b3ea22208ebfb08ec7d2ee3 (patch) | |
tree | 6e473a930c60d1c8d5c8a722b75b4e61c883d3e7 /comms/p5-SMS-Send-NexmoUnicode/Makefile | |
parent | d730b150617e040f468ca720d3b105a8bfaba0db (diff) |
Notes
Diffstat (limited to 'comms/p5-SMS-Send-NexmoUnicode/Makefile')
-rw-r--r-- | comms/p5-SMS-Send-NexmoUnicode/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-SMS-Send-NexmoUnicode/Makefile b/comms/p5-SMS-Send-NexmoUnicode/Makefile index 917418f35623..c3caea11ed18 100644 --- a/comms/p5-SMS-Send-NexmoUnicode/Makefile +++ b/comms/p5-SMS-Send-NexmoUnicode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-NexmoUnicode -# Date created: 2011-12-01 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send-NexmoUnicode PORTVERSION= 0.01 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Nexmo-SMS>=0.04:${PORTSDIR}/comms/p5-Nexmo-SMS \ p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::NexmoUnicode.3 |