svn commit: r375059 - head/devel/p5-Data-RoundRobin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 20 18:16:12 UTC 2014


Author: sunpoet
Date: Sat Dec 20 18:16:10 2014
New Revision: 375059
URL: https://svnweb.freebsd.org/changeset/ports/375059
QAT: https://qat.redports.org/buildarchive/r375059/

Log:
  - Add LICENSE
  - Use single space after WWW:
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Data-RoundRobin/Makefile
  head/devel/p5-Data-RoundRobin/pkg-descr

Modified: head/devel/p5-Data-RoundRobin/Makefile
==============================================================================
--- head/devel/p5-Data-RoundRobin/Makefile	Sat Dec 20 18:16:04 2014	(r375058)
+++ head/devel/p5-Data-RoundRobin/Makefile	Sat Dec 20 18:16:10 2014	(r375059)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Serve data in a round robin manner
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Data-RoundRobin/pkg-descr
==============================================================================
--- head/devel/p5-Data-RoundRobin/pkg-descr	Sat Dec 20 18:16:04 2014	(r375058)
+++ head/devel/p5-Data-RoundRobin/pkg-descr	Sat Dec 20 18:16:10 2014	(r375059)
@@ -3,4 +3,4 @@ to an iterator, only the internal counte
 whenever it reaches the end. It might also be considered as a circular
 iterator.
 
-WWW:	http://search.cpan.org/dist/Data-RoundRobin/
+WWW: http://search.cpan.org/dist/Data-RoundRobin/


More information about the svn-ports-head mailing list