Date: Mon, 4 Jun 2018 18:05:34 +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: r471622 - head/devel/p5-POEx-Role-Streaming Message-ID: <201806041805.w54I5YY5065034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041805.w54I5YY5065034>