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