From owner-svn-ports-all@freebsd.org Mon Mar 7 20:12:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F8FBAC3E61; Mon, 7 Mar 2016 20:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 225791181; Mon, 7 Mar 2016 20:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u27KCtvB056437; Mon, 7 Mar 2016 20:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u27KCtT7056436; Mon, 7 Mar 2016 20:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603072012.u27KCtT7056436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 7 Mar 2016 20:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410556 - head/devel/p5-Make 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.21 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: Mon, 07 Mar 2016 20:12:56 -0000 Author: sunpoet Date: Mon Mar 7 20:12:54 2016 New Revision: 410556 URL: https://svnweb.freebsd.org/changeset/ports/410556 Log: - Add LICENSE - Update TEST_DEPENDS Modified: head/devel/p5-Make/Makefile Modified: head/devel/p5-Make/Makefile ============================================================================== --- head/devel/p5-Make/Makefile Mon Mar 7 20:12:50 2016 (r410555) +++ head/devel/p5-Make/Makefile Mon Mar 7 20:12:54 2016 (r410556) @@ -10,15 +10,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing 'make' and script -TEST_DEPENDS= p5-Test-Compile>=0:${PORTSDIR}/devel/p5-Test-Compile +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test-Compile>=1.2.1:${PORTSDIR}/devel/p5-Test-Compile USES= perl5 USE_PERL5= configure NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e 's|pmake|perlmake|' \ - ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|pmake|perlmake|' ${WRKSRC}/Makefile.PL @${CP} ${WRKSRC}/pmake ${WRKSRC}/perlmake .include