freebsd-ports/net/p5-Net-SMS-Clickatell/Makefile
Steve Wills 9a05bcdf39 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-07 18:38:46 +00:00

26 lines
544 B
Makefile

# New ports collection makefile for: p5-Net-SMS-Clickatell
# Date created: 2010-12-01
# Whom: John Bayly <freebsd.ports@tipstrade.net>
#
# $FreeBSD$
#
PORTNAME= Net-SMS-Clickatell
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd.ports@tipstrade.net
COMMENT= Access to Clickatell SMS messaging service
TEST_DEPENDS= p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= Net::SMS::Clickatell.3
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>