Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 17:52:40 +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: r498928 - head/devel/p5-B-Hooks-Parser
Message-ID:  <201904141752.x3EHqerO022443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 14 17:52:39 2019
New Revision: 498928
URL: https://svnweb.freebsd.org/changeset/ports/498928

Log:
  Add LICENSE_FILE

Modified:
  head/devel/p5-B-Hooks-Parser/Makefile

Modified: head/devel/p5-B-Hooks-Parser/Makefile
==============================================================================
--- head/devel/p5-B-Hooks-Parser/Makefile	Sun Apr 14 17:52:30 2019	(r498927)
+++ head/devel/p5-B-Hooks-Parser/Makefile	Sun Apr 14 17:52:39 2019	(r498928)
@@ -12,11 +12,12 @@ COMMENT=	Interface to perls parser variables
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
-BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \
-		p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends
+BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check
-TEST_DEPENDS=	p5-B-Hooks-EndOfScope>=0.05:devel/p5-B-Hooks-EndOfScope \
+TEST_DEPENDS=	p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \
 		p5-Test-Fatal>=0:devel/p5-Test-Fatal
 
 USES=		perl5



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