svn commit: r471618 - head/devel/p5-POE-Component-DebugShell

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


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


More information about the svn-ports-all mailing list