2007-04-18 09:48:27 +02:00
|
|
|
# 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
|
2008-09-06 04:44:40 +02:00
|
|
|
PORTVERSION= 0.03
|
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
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= SMS::Send::TW::PChome.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|