svn commit: r471622 - head/devel/p5-POEx-Role-Streaming

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


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

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

Modified:
  head/devel/p5-POEx-Role-Streaming/Makefile
  head/devel/p5-POEx-Role-Streaming/pkg-descr

Modified: head/devel/p5-POEx-Role-Streaming/Makefile
==============================================================================
--- head/devel/p5-POEx-Role-Streaming/Makefile	Mon Jun  4 18:05:28 2018	(r471621)
+++ head/devel/p5-POEx-Role-Streaming/Makefile	Mon Jun  4 18:05:34 2018	(r471622)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for streaming from one filehandle to another
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	\
 	p5-MooseX-Declare>0:devel/p5-MooseX-Declare \
 	p5-MooseX-Types>0:devel/p5-MooseX-Types \

Modified: head/devel/p5-POEx-Role-Streaming/pkg-descr
==============================================================================
--- head/devel/p5-POEx-Role-Streaming/pkg-descr	Mon Jun  4 18:05:28 2018	(r471621)
+++ head/devel/p5-POEx-Role-Streaming/pkg-descr	Mon Jun  4 18:05:34 2018	(r471622)
@@ -10,4 +10,4 @@ itself by closing the wheel, the handles, and sending 
 of scope. If an exception happens, it will clean up after itself, and
 let the DIE signal propagate.
 
-WWW: http://search.cpan.org/dist/POEx-Role-Streaming/
+WWW: https://metacpan.org/release/NPEREZ/POEx-Role-Streaming-1.102610


More information about the svn-ports-all mailing list