svn commit: r454074 - head/devel/p5-String-Errf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 12 19:10:47 UTC 2017


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


More information about the svn-ports-all mailing list