diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-01 09:39:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-01 09:39:49 +0000 |
commit | 54f4af62a7d5c10494024083ea6e60f03513e90e (patch) | |
tree | 5463940ec892521fe987633c1c867895a8204ab2 /comms | |
parent | 883492074cdd35c134521d71e3e5da77fc2dff4c (diff) | |
download | ports-54f4af62a7d5c10494024083ea6e60f03513e90e.tar.gz ports-54f4af62a7d5c10494024083ea6e60f03513e90e.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-SMS-Send-NexmoUnicode/Makefile | 26 | ||||
-rw-r--r-- | comms/p5-SMS-Send-NexmoUnicode/distinfo | 2 | ||||
-rw-r--r-- | comms/p5-SMS-Send-NexmoUnicode/pkg-descr | 4 | ||||
-rw-r--r-- | comms/p5-SMS-Send-NexmoUnicode/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index b77a6b3f9aa7..caf1c31436eb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -95,6 +95,7 @@ SUBDIR += p5-SMS-SMS77 SUBDIR += p5-SMS-Send SUBDIR += p5-SMS-Send-DeviceGsm + SUBDIR += p5-SMS-Send-NexmoUnicode SUBDIR += p5-SMS-Send-TW-HiAir SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-Qma diff --git a/comms/p5-SMS-Send-NexmoUnicode/Makefile b/comms/p5-SMS-Send-NexmoUnicode/Makefile new file mode 100644 index 000000000000..917418f35623 --- /dev/null +++ b/comms/p5-SMS-Send-NexmoUnicode/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-SMS-Send-NexmoUnicode +# Date created: 2011-12-01 +# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-NexmoUnicode +PORTVERSION= 0.01 +CATEGORIES= comms perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JNLIN +PKGNAMEPREFIX= p5- + +MAINTAINER= jnlin@csie.nctu.edu.tw +COMMENT= SMS::Send driver for www.nexmo.com (Unicode) + +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 + +MAN3= SMS::Send::NexmoUnicode.3 + +.include <bsd.port.mk> diff --git a/comms/p5-SMS-Send-NexmoUnicode/distinfo b/comms/p5-SMS-Send-NexmoUnicode/distinfo new file mode 100644 index 000000000000..97d908922369 --- /dev/null +++ b/comms/p5-SMS-Send-NexmoUnicode/distinfo @@ -0,0 +1,2 @@ +SHA256 (SMS-Send-NexmoUnicode-0.01.tar.gz) = 1365cc1c594e06c535d1634702add03846640ecd1f5cbf75db27e3e5936af971 +SIZE (SMS-Send-NexmoUnicode-0.01.tar.gz) = 3106 diff --git a/comms/p5-SMS-Send-NexmoUnicode/pkg-descr b/comms/p5-SMS-Send-NexmoUnicode/pkg-descr new file mode 100644 index 000000000000..f8c2566772f1 --- /dev/null +++ b/comms/p5-SMS-Send-NexmoUnicode/pkg-descr @@ -0,0 +1,4 @@ +SMS::Send::NexmoUnicode is a SMS::Send driver which allows you to send messages +through www.nexmo.com + +WWW: http://search.cpan.org/dist/SMS-Send-NexmoUnicode/ diff --git a/comms/p5-SMS-Send-NexmoUnicode/pkg-plist b/comms/p5-SMS-Send-NexmoUnicode/pkg-plist new file mode 100644 index 000000000000..28b5b9ec327e --- /dev/null +++ b/comms/p5-SMS-Send-NexmoUnicode/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/SMS/Send/NexmoUnicode.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/NexmoUnicode/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/NexmoUnicode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS +@dirrmtry %%SITE_PERL%%/SMS/Send +@dirrmtry %%SITE_PERL%%/SMS |