From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:26:17 2015 Return-Path: Delivered-To: svn-ports-all@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 EA103CB5; Thu, 1 Jan 2015 16:26:17 +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 D675536C; Thu, 1 Jan 2015 16:26:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GQHMt018110; Thu, 1 Jan 2015 16:26:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GQHFc018109; Thu, 1 Jan 2015 16:26:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011626.t01GQHFc018109@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:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375995 - head/dns/p5-Net-Amazon-Route53 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 16:26:18 -0000 Author: sunpoet Date: Thu Jan 1 16:26:16 2015 New Revision: 375995 URL: https://svnweb.freebsd.org/changeset/ports/375995 QAT: https://qat.redports.org/buildarchive/r375995/ Log: - Add LICENSE [1] - Add BUILD_DEPENDS - While I'm here, move *_DEPENDS upward Approved by: portmgr (implicit) [1] With hat: perl Modified: head/dns/p5-Net-Amazon-Route53/Makefile Modified: head/dns/p5-Net-Amazon-Route53/Makefile ============================================================================== --- head/dns/p5-Net-Amazon-Route53/Makefile Thu Jan 1 16:26:11 2015 (r375994) +++ head/dns/p5-Net-Amazon-Route53/Makefile Thu Jan 1 16:26:16 2015 (r375995) @@ -11,14 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= Manage your DNS entries on Amazon's Route53 service -CONFLICTS= py[23][0-9]-boto-devel-[0-9]* +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +CONFLICTS= py[23][0-9]-boto-devel-[0-9]* USES= perl5 USE_PERL5= configure