svn commit: r471624 - head/devel/p5-Range-String

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


Author: sunpoet
Date: Mon Jun  4 18:05:45 2018
New Revision: 471624
URL: https://svnweb.freebsd.org/changeset/ports/471624

Log:
  Add LICENSE
  
  - Fix and update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Range-String/Makefile
  head/devel/p5-Range-String/pkg-descr

Modified: head/devel/p5-Range-String/Makefile
==============================================================================
--- head/devel/p5-Range-String/Makefile	Mon Jun  4 18:05:40 2018	(r471623)
+++ head/devel/p5-Range-String/Makefile	Mon Jun  4 18:05:45 2018	(r471624)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rdna at rdna.ru
 COMMENT=	Perl5 module which provides interface to string ranges
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Range-String/pkg-descr
==============================================================================
--- head/devel/p5-Range-String/pkg-descr	Mon Jun  4 18:05:40 2018	(r471623)
+++ head/devel/p5-Range-String/pkg-descr	Mon Jun  4 18:05:45 2018	(r471624)
@@ -1,4 +1,4 @@
 Range::Integer is a perl module which can be helpful for work with
 string ranges.
 
-WWW: http://search.cpan.org/dist/Range-String/
+WWW: https://metacpan.org/release/KAN/Range-String-v0.01


More information about the svn-ports-all mailing list