svn commit: r471621 - head/devel/p5-POEx-Role-SessionInstantiation

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


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 at 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


More information about the svn-ports-all mailing list