aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Devel-Cover/Makefile3
1 files changed, 2 insertions, 1 deletions
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}