Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2015 16:11:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375954 - head/net/p5-Net-SMS-Mollie
Message-ID:  <201501011611.t01GBleh008049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan  1 16:11:46 2015
New Revision: 375954
URL: https://svnweb.freebsd.org/changeset/ports/375954
QAT: https://qat.redports.org/buildarchive/r375954/

Log:
  - 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

Modified:
  head/net/p5-Net-SMS-Mollie/Makefile

Modified: head/net/p5-Net-SMS-Mollie/Makefile
==============================================================================
--- head/net/p5-Net-SMS-Mollie/Makefile	Thu Jan  1 16:11:41 2015	(r375953)
+++ head/net/p5-Net-SMS-Mollie/Makefile	Thu Jan  1 16:11:46 2015	(r375954)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011611.t01GBleh008049>