Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2017 19:10:44 +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: r454074 - head/devel/p5-String-Errf
Message-ID:  <201711121910.vACJAijN077135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 12 19:10:44 2017
New Revision: 454074
URL: https://svnweb.freebsd.org/changeset/ports/454074

Log:
  Remove Perl core modules
  
  - Add LICENSE_FILE
  
  With hat:	perl

Modified:
  head/devel/p5-String-Errf/Makefile

Modified: head/devel/p5-String-Errf/Makefile
==============================================================================
--- head/devel/p5-String-Errf/Makefile	Sun Nov 12 19:10:39 2017	(r454073)
+++ head/devel/p5-String-Errf/Makefile	Sun Nov 12 19:10:44 2017	(r454074)
@@ -12,13 +12,13 @@ COMMENT=	Simple sprintf-like dialect
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	p5-Params-Util>=0:devel/p5-Params-Util \
 		p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
 		p5-String-Formatter>=0.102081:devel/p5-String-Formatter
 BUILD_DEPENDS:=	p5-TimeDate>=0:devel/p5-TimeDate \
 		p5-JSON>=0:converters/p5-JSON \
-		p5-autodie>=0:devel/p5-autodie \
 		${RUN_DEPENDS}
 
 USES=		perl5



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