Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 18:16:11 +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: r375059 - head/devel/p5-Data-RoundRobin
Message-ID:  <201412201816.sBKIGBtu061191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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