From owner-svn-ports-head@FreeBSD.ORG Thu Jan 1 16:11:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E02A56E4; Thu, 1 Jan 2015 16:11:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B64C1A0; Thu, 1 Jan 2015 16:11:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GBl1m008050; Thu, 1 Jan 2015 16:11:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GBleh008049; Thu, 1 Jan 2015 16:11:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011611.t01GBleh008049@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:11:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 16:11:48 -0000 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