aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-02 00:11:46 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-02 00:11:46 +0800
commit91275a28be01e6ecc96667372c4c7a234964736e (patch)
tree1d1ff03f2966aa96a9035ca3055bfce66fba9733 /net
parentee76cfe890b4c491ddfb4fd4b2218dd3a52247ab (diff)
downloadfreebsd-ports-gnome-91275a28be01e6ecc96667372c4c7a234964736e.tar.gz
freebsd-ports-gnome-91275a28be01e6ecc96667372c4c7a234964736e.tar.zst
freebsd-ports-gnome-91275a28be01e6ecc96667372c4c7a234964736e.zip
- Update *_DEPENDS:
- Add BUILD_DEPENDS - ExtUtils::MakeMaker 6.42+ and Test::More 0.44+ are already in all supported Perl releases - Add LICENSE [1] - While I'm here, move *_DEPEDS upward to pet portlint - Bump PORTREVISION for dependency change Approved by: portmgr (implicit) [1] With hat: perl
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-SMS-Mollie/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/p5-Net-SMS-Mollie/Makefile b/net/p5-Net-SMS-Mollie/Makefile
index 8fee3d625582..02b59fea035e 100644
--- a/net/p5-Net-SMS-Mollie/Makefile
+++ b/net/p5-Net-SMS-Mollie/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Net-SMS-Mollie
PORTVERSION= 0.04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,11 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= b.smeelen@ose.nl
COMMENT= Send SMS messages via the mollie.nl service
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
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>