svn commit: r498928 - head/devel/p5-B-Hooks-Parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 14 17:52:53 UTC 2019


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


More information about the svn-ports-all mailing list