svn commit: r471699 - head/textproc/p5-Text-Chomp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:16:27 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:16:22 2018
New Revision: 471699
URL: https://svnweb.freebsd.org/changeset/ports/471699

Log:
  Add LICENSE
  
  - Fix and update WWW

Modified:
  head/textproc/p5-Text-Chomp/Makefile
  head/textproc/p5-Text-Chomp/pkg-descr

Modified: head/textproc/p5-Text-Chomp/Makefile
==============================================================================
--- head/textproc/p5-Text-Chomp/Makefile	Mon Jun  4 18:16:15 2018	(r471698)
+++ head/textproc/p5-Text-Chomp/Makefile	Mon Jun  4 18:16:22 2018	(r471699)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Module implementing a portable chomp
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Text-Chomp/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Chomp/pkg-descr	Mon Jun  4 18:16:15 2018	(r471698)
+++ head/textproc/p5-Text-Chomp/pkg-descr	Mon Jun  4 18:16:22 2018	(r471699)
@@ -4,4 +4,4 @@ line separators.
 The regular chomp() works only on the value in $/, which can be difficult if
 working in multi-platform environments.
 
-WWW: http://search.cpan.org/dist/Text-Chomp/
+WWW: https://metacpan.org/release/SMPETERS/Text-Chomp-0.02


More information about the svn-ports-all mailing list