aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SMS-Mollie/Makefile
blob: 1cb1ce6e787e3362064c59d890b2aa2b05995f9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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

MAN3=		Net::SMS::Mollie.3

.include <bsd.port.mk>