Date: Mon, 4 Jun 2018 18:05:29 +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: r471621 - head/devel/p5-POEx-Role-SessionInstantiation Message-ID: <201806041805.w54I5TG5064932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:05:28 2018 New Revision: 471621 URL: https://svnweb.freebsd.org/changeset/ports/471621 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-POEx-Role-SessionInstantiation/Makefile head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr Modified: head/devel/p5-POEx-Role-SessionInstantiation/Makefile ============================================================================== --- head/devel/p5-POEx-Role-SessionInstantiation/Makefile Mon Jun 4 18:05:23 2018 (r471620) +++ head/devel/p5-POEx-Role-SessionInstantiation/Makefile Mon Jun 4 18:05:28 2018 (r471621) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Moose role for turning objects into POE sessions +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= \ p5-MooseX-CompileTime-Traits>=0:devel/p5-MooseX-CompileTime-Traits \ p5-MooseX-Declare>0:devel/p5-MooseX-Declare \ Modified: head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr ============================================================================== --- head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr Mon Jun 4 18:05:23 2018 (r471620) +++ head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr Mon Jun 4 18:05:28 2018 (r471621) @@ -8,4 +8,4 @@ if your object receives an event that it does not have This role exposes your class' methods as POE events. -WWW: http://search.cpan.org/dist/POEx-Role-SessionInstantiation/ +WWW: https://metacpan.org/release/NPEREZ/POEx-Role-SessionInstantiation-1.102610
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041805.w54I5TG5064932>