Date: Mon, 4 Jun 2018 18:05:12 +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: r471618 - head/devel/p5-POE-Component-DebugShell Message-ID: <201806041805.w54I5CPQ064583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:05:12 2018 New Revision: 471618 URL: https://svnweb.freebsd.org/changeset/ports/471618 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-POE-Component-DebugShell/Makefile head/devel/p5-POE-Component-DebugShell/pkg-descr Modified: head/devel/p5-POE-Component-DebugShell/Makefile ============================================================================== --- head/devel/p5-POE-Component-DebugShell/Makefile Mon Jun 4 18:05:07 2018 (r471617) +++ head/devel/p5-POE-Component-DebugShell/Makefile Mon Jun 4 18:05:12 2018 (r471618) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interactive peeking into a running POE application +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-POE-API-Peek>=0:devel/p5-POE-API-Peek RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-POE-Component-DebugShell/pkg-descr ============================================================================== --- head/devel/p5-POE-Component-DebugShell/pkg-descr Mon Jun 4 18:05:07 2018 (r471617) +++ head/devel/p5-POE-Component-DebugShell/pkg-descr Mon Jun 4 18:05:12 2018 (r471618) @@ -1,4 +1,4 @@ This component allows for interactive peeking into a running POE application. -WWW: http://search.cpan.org/dist/POE-Component-DebugShell/ +WWW: https://metacpan.org/release/SUNGO/POE-Component-DebugShell-1.412
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041805.w54I5CPQ064583>