2013-09-12 08:27:41 +02:00
|
|
|
# Created by: Conor McDermottroe <ports@mcdermottroe.com>
|
2006-07-05 20:31:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= o2sms
|
2010-04-10 01:40:06 +02:00
|
|
|
PORTVERSION= 3.36
|
2006-07-05 20:31:19 +02:00
|
|
|
CATEGORIES= comms perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN \
|
2007-12-13 00:48:58 +01:00
|
|
|
http://www.mackers.com/projects/o2sms/releases/
|
2006-07-05 20:31:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= WWW/MACKERS
|
|
|
|
|
2009-11-01 15:17:06 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2006-07-05 20:31:19 +02:00
|
|
|
COMMENT= Send SMS messages via the websites of Irish mobile operators
|
|
|
|
|
2012-06-29 18:47:42 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
|
|
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-Lingua-EN-Squeeze>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Squeeze \
|
|
|
|
p5-TestGen4Web-Runner>=0:${PORTSDIR}/www/p5-TestGen4Web-Runner
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-05 20:31:19 +02:00
|
|
|
|
2013-09-12 08:27:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-05 20:31:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|