Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 20:12:55 +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: r410556 - head/devel/p5-Make
Message-ID:  <201603072012.u27KCtT7056436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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