2013-09-12 08:27:41 +02:00
|
|
|
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
2011-04-12 04:33:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SMS-Send-TW-Qma
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-04-12 04:33:07 +02:00
|
|
|
CATEGORIES= comms perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= SMS::Send driver for http://www.qma.com/
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
RUN_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
|
|
|
p5-Crypt-SSLeay>=0.57:security/p5-Crypt-SSLeay \
|
|
|
|
p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2011-04-12 04:33:07 +02:00
|
|
|
|
2013-09-12 08:27:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-04-12 04:33:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|