diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:30:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:30:20 +0800 |
commit | 2614aa8a912bbab908670a72c103db8f3ae61ec8 (patch) | |
tree | 6174b8058e4b7a13e699bc519e55c312862fe760 /devel | |
parent | 4f4e3c89d51406783e9f4b86af2beca4b9c175d4 (diff) | |
download | freebsd-ports-gnome-2614aa8a912bbab908670a72c103db8f3ae61ec8.tar.gz freebsd-ports-gnome-2614aa8a912bbab908670a72c103db8f3ae61ec8.tar.zst freebsd-ports-gnome-2614aa8a912bbab908670a72c103db8f3ae61ec8.zip |
- Add LICENSE_FILE
- Fix typo: HTML_REPORTS -> HTML_REPORTS_DESC
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-Cover/Makefile | 3 |
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} |