2013-09-12 08:27:41 +02:00
|
|
|
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
2007-04-18 09:48:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SMS-Send-TW-PChome
|
2008-09-06 04:44:40 +02:00
|
|
|
PORTVERSION= 0.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2007-04-18 09:48:27 +02:00
|
|
|
CATEGORIES= comms perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-04-18 09:48:27 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= SMS::Send driver for sms.pchome.com.tw
|
|
|
|
|
2012-06-30 16:53:22 +02:00
|
|
|
RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
2008-09-06 04:44:40 +02:00
|
|
|
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
|
2012-06-30 16:53:22 +02:00
|
|
|
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
|
|
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2007-04-18 09:48:27 +02:00
|
|
|
|
2013-09-12 08:27:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-04-18 09:48:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|