diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-10 23:56:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-10 23:56:30 +0800 |
commit | 3bc03dd761b45a4576bf465388b7c8b2f128b2f4 (patch) | |
tree | 546574dd47e51c37cd82a5a00602b25dab98ce3a | |
parent | b62b8331d596e49c410d14c0213fc5fc182505fa (diff) | |
download | freebsd-ports-gnome-3bc03dd761b45a4576bf465388b7c8b2f128b2f4.tar.gz freebsd-ports-gnome-3bc03dd761b45a4576bf465388b7c8b2f128b2f4.tar.zst freebsd-ports-gnome-3bc03dd761b45a4576bf465388b7c8b2f128b2f4.zip |
SMS::Send::TW::emome is a SMS::Send driver
which allows you to send messages through http://www.emome.net/
WWW: http://search.cpan.org/dist/SMS-Send-TW-emome/
PR: ports/117064
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-emome/Makefile | 29 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-emome/distinfo | 3 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-emome/pkg-descr | 4 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-emome/pkg-plist | 10 |
5 files changed, 47 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 99c9d5c99f0b..5fe5c8456760 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -85,6 +85,7 @@ SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-ShareSMS + SUBDIR += p5-SMS-Send-TW-emome SUBDIR += plp SUBDIR += pr SUBDIR += predict diff --git a/comms/p5-SMS-Send-TW-emome/Makefile b/comms/p5-SMS-Send-TW-emome/Makefile new file mode 100644 index 000000000000..dd8f458ee935 --- /dev/null +++ b/comms/p5-SMS-Send-TW-emome/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-SMS-Send-TW-emome +# Date created: 2007-10-10 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-TW-emome +PORTVERSION= 0.01 +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SMS +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= SMS::Send driver for www.emome.net + +RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ + ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ + ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv +BUILD_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ + ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ + ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv + +PERL_CONFIGURE= yes + +MAN3= SMS::Send::TW::emome.3 + +.include <bsd.port.mk> diff --git a/comms/p5-SMS-Send-TW-emome/distinfo b/comms/p5-SMS-Send-TW-emome/distinfo new file mode 100644 index 000000000000..69a4b9ca8aa2 --- /dev/null +++ b/comms/p5-SMS-Send-TW-emome/distinfo @@ -0,0 +1,3 @@ +MD5 (SMS-Send-TW-emome-0.01.tar.gz) = a06e98da2691c790953110747387efd7 +SHA256 (SMS-Send-TW-emome-0.01.tar.gz) = 49d5ed427d6194c9a89f46aa675b8bcde027128e53cfeffaad4d76096266c445 +SIZE (SMS-Send-TW-emome-0.01.tar.gz) = 3279 diff --git a/comms/p5-SMS-Send-TW-emome/pkg-descr b/comms/p5-SMS-Send-TW-emome/pkg-descr new file mode 100644 index 000000000000..fe0450e57106 --- /dev/null +++ b/comms/p5-SMS-Send-TW-emome/pkg-descr @@ -0,0 +1,4 @@ +SMS::Send::TW::emome is a SMS::Send driver +which allows you to send messages through http://www.emome.net/ + +WWW: http://search.cpan.org/dist/SMS-Send-TW-emome/ diff --git a/comms/p5-SMS-Send-TW-emome/pkg-plist b/comms/p5-SMS-Send-TW-emome/pkg-plist new file mode 100644 index 000000000000..e3206f085e05 --- /dev/null +++ b/comms/p5-SMS-Send-TW-emome/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/SMS/Send/TW/emome.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/emome/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/emome +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS +@dirrmtry %%SITE_PERL%%/SMS/Send/TW +@dirrmtry %%SITE_PERL%%/SMS/Send +@dirrmtry %%SITE_PERL%%/SMS |