2007-10-10 17:56:30 +02:00
|
|
|
# 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
|
2010-08-26 23:56:36 +02:00
|
|
|
PORTVERSION= 0.04
|
2007-10-10 17:56:30 +02:00
|
|
|
CATEGORIES= comms perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-10-10 17:56:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= SMS::Send driver for www.emome.net
|
|
|
|
|
2010-08-26 23:56:36 +02:00
|
|
|
RUN_DEPENDS= p5-SMS-Send>=0.03:${PORTSDIR}/comms/p5-SMS-Send \
|
2010-08-27 00:00:38 +02:00
|
|
|
p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
|
|
p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize \
|
2010-08-27 01:23:17 +02:00
|
|
|
p5-Text-Iconv>=:${PORTSDIR}/converters/p5-Text-Iconv
|
2009-02-02 03:34:20 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2007-10-10 17:56:30 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= SMS::Send::TW::emome.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|