From 2614aa8a912bbab908670a72c103db8f3ae61ec8 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 9 Apr 2016 12:30:20 +0000 Subject: - Add LICENSE_FILE - Fix typo: HTML_REPORTS -> HTML_REPORTS_DESC --- devel/p5-Devel-Cover/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile index ee3c6ca7901b..a41ff1547f68 100644 --- a/devel/p5-Devel-Cover/Makefile +++ b/devel/p5-Devel-Cover/Makefile @@ -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-Iterator>=0:devel/p5-Parallel-Iterator \ 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} -- cgit