freebsd-ports/net/p5-Net-SMS-Mollie/Makefile
Andrej Zverev 2b50ec96f8 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 18:05:39 +00:00

20 lines
474 B
Makefile

# $FreeBSD$
PORTNAME= Net-SMS-Mollie
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= b.smeelen@ose.nl
COMMENT= Send SMS messages via the mollie.nl service
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+= p5-Test-Simple>=0.44:${PORTSDIR}/devel/p5-Test-Simple \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
.include <bsd.port.mk>