aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SMS-Mollie/Makefile
blob: 2f222bcf490706e924cd02fc725e081830d86620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	Net-SMS-Mollie
PORTVERSION=	0.04
CATEGORIES=	net
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	b.smeelen@ose.nl
COMMENT=	Send SMS messages via the mollie.nl service

PERL_CONFIGURE=	yes

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>