svn commit: r412818 - head/devel/p5-Devel-Cover

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 9 12:30:21 UTC 2016


Author: sunpoet
Date: Sat Apr  9 12:30:20 2016
New Revision: 412818
URL: https://svnweb.freebsd.org/changeset/ports/412818

Log:
  - Add LICENSE_FILE
  - Fix typo: HTML_REPORTS -> HTML_REPORTS_DESC

Modified:
  head/devel/p5-Devel-Cover/Makefile

Modified: head/devel/p5-Devel-Cover/Makefile
==============================================================================
--- head/devel/p5-Devel-Cover/Makefile	Sat Apr  9 12:30:15 2016	(r412817)
+++ head/devel/p5-Devel-Cover/Makefile	Sat Apr  9 12:30:20 2016	(r412818)
@@ -12,6 +12,7 @@ COMMENT=	Code coverage metrics for Perl
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
 TEST_DEPENDS=	p5-Test-Differences>=0:devel/p5-Test-Differences
 
@@ -27,7 +28,7 @@ CPANCOVER_BUILD_DEPENDS=	p5-Parallel-Ite
 				p5-Template-Toolkit>=2:www/p5-Template-Toolkit
 CPANCOVER_RUN_DEPENDS=		${CPANCOVER_BUILD_DEPENDS}
 
-HTML_REPORTS=			Build HTML reports with p5-HTML-Parser
+HTML_REPORTS_DESC=		Build HTML reports with p5-HTML-Parser
 HTML_REPORTS_BUILD_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser
 HTML_REPORTS_RUN_DEPENDS=	${HTML_REPORTS_BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list