Import comms/o2sms version 3.36
[dports.git] / comms / o2sms / Makefile
1 # New ports collection makefile for:    o2sms
2 # Date created:                         June 13th, 2006
3 # Whom:                                 Conor McDermottroe <ports@mcdermottroe.com>
4 #
5 # $FreeBSD: ports/comms/o2sms/Makefile,v 1.20 2012/11/17 05:55:00 svnexp Exp $
6 #
7
8 PORTNAME=       o2sms
9 PORTVERSION=    3.36
10 CATEGORIES=     comms perl5
11 MASTER_SITES=   CPAN \
12                 http://www.mackers.com/projects/o2sms/releases/
13 MASTER_SITE_SUBDIR=     WWW/MACKERS
14
15 MAINTAINER=     sylvio@FreeBSD.org
16 COMMENT=        Send SMS messages via the websites of Irish mobile operators
17
18 BUILD_DEPENDS=  p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
19                 p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
20                 p5-Lingua-EN-Squeeze>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Squeeze \
21                 p5-TestGen4Web-Runner>=0:${PORTSDIR}/www/p5-TestGen4Web-Runner
22 RUN_DEPENDS:=   ${BUILD_DEPENDS}
23
24 PERL_CONFIGURE= yes
25
26 MAN1=           aftsms.1 \
27                 o2sms.1 \
28                 meteorsms.1 \
29                 threesms.1 \
30                 vodasms.1
31 MAN3=           WWW::SMS::IE::aftsms.3 \
32                 WWW::SMS::IE::iesms.3 \
33                 WWW::SMS::IE::o2sms.3 \
34                 WWW::SMS::IE::meteorsms.3 \
35                 WWW::SMS::IE::threesms.3 \
36                 WWW::SMS::IE::vodasms.3
37
38 .include <bsd.port.mk>