mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2b50ec96f8
Approved by: portmgr (blanket infrastructure)
21 lines
474 B
Makefile
21 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>
|