Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 12:30:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412818 - head/devel/p5-Devel-Cover
Message-ID:  <201604091230.u39CUKIs049094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604091230.u39CUKIs049094>