diff options
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-PChome/Makefile | 26 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-PChome/distinfo | 3 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-PChome/pkg-descr | 5 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-PChome/pkg-plist | 10 |
5 files changed, 45 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index cb099a0282c7..d16f30b418f7 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -79,6 +79,7 @@ SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-SMS-Send + SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += plp SUBDIR += pr SUBDIR += predict diff --git a/comms/p5-SMS-Send-TW-PChome/Makefile b/comms/p5-SMS-Send-TW-PChome/Makefile new file mode 100644 index 000000000000..6464800a5339 --- /dev/null +++ b/comms/p5-SMS-Send-TW-PChome/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-SMS-Send-TW-PChome +# Date created: 2007-04-06 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-TW-PChome +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 sms.pchome.com.tw + +RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ + ${SITE_PERL}/Net/SMS/PChome.pm:${PORTSDIR}/net/p5-Net-SMS-PChome +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SMS::Send::TW::PChome.3 + +.include <bsd.port.mk> diff --git a/comms/p5-SMS-Send-TW-PChome/distinfo b/comms/p5-SMS-Send-TW-PChome/distinfo new file mode 100644 index 000000000000..30167bdf4eef --- /dev/null +++ b/comms/p5-SMS-Send-TW-PChome/distinfo @@ -0,0 +1,3 @@ +MD5 (SMS-Send-TW-PChome-0.01.tar.gz) = 16e8e106b78664eeb2b6b1e83743121a +SHA256 (SMS-Send-TW-PChome-0.01.tar.gz) = 691c0fb9e271750a659cf492cdad569ddb45c4944badd7f2f30c80414abc4895 +SIZE (SMS-Send-TW-PChome-0.01.tar.gz) = 2709 diff --git a/comms/p5-SMS-Send-TW-PChome/pkg-descr b/comms/p5-SMS-Send-TW-PChome/pkg-descr new file mode 100644 index 000000000000..d1f7ce2cd507 --- /dev/null +++ b/comms/p5-SMS-Send-TW-PChome/pkg-descr @@ -0,0 +1,5 @@ +SMS::Send::TW::PChome is a SMS::Send driver +which allows you to send messages through http://sms.pchome.com.tw/ + +Author: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +WWW: http://search.cpan.org/dist/SMS-Send-TW-PChome/ diff --git a/comms/p5-SMS-Send-TW-PChome/pkg-plist b/comms/p5-SMS-Send-TW-PChome/pkg-plist new file mode 100644 index 000000000000..44f3f455404c --- /dev/null +++ b/comms/p5-SMS-Send-TW-PChome/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/SMS/Send/TW/PChome.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/PChome/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/PChome +@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 |