svn commit: r471623 - head/devel/p5-POEx-Types

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


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

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

Modified:
  head/devel/p5-POEx-Types/Makefile
  head/devel/p5-POEx-Types/pkg-descr

Modified: head/devel/p5-POEx-Types/Makefile
==============================================================================
--- head/devel/p5-POEx-Types/Makefile	Mon Jun  4 18:05:34 2018	(r471622)
+++ head/devel/p5-POEx-Types/Makefile	Mon Jun  4 18:05:40 2018	(r471623)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to provide MooseX::Types types for modern POE
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	\
 	p5-MooseX-Types>0:devel/p5-MooseX-Types \
 	p5-MooseX-Types-Structured>0:devel/p5-MooseX-Types-Structured \

Modified: head/devel/p5-POEx-Types/pkg-descr
==============================================================================
--- head/devel/p5-POEx-Types/pkg-descr	Mon Jun  4 18:05:34 2018	(r471622)
+++ head/devel/p5-POEx-Types/pkg-descr	Mon Jun  4 18:05:40 2018	(r471623)
@@ -2,4 +2,4 @@ This modules exports the needed subtypes, and coercion
 modules and is based on Sub::Exporter, so see that module for options
 on importing.
 
-WWW: http://search.cpan.org/dist/POEx-Types/
+WWW: https://metacpan.org/release/NPEREZ/POEx-Types-1.100910


More information about the svn-ports-all mailing list