svn commit: r471590 - head/devel/p5-Class-Forward

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


Author: sunpoet
Date: Mon Jun  4 18:02:49 2018
New Revision: 471590
URL: https://svnweb.freebsd.org/changeset/ports/471590

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

Modified:
  head/devel/p5-Class-Forward/Makefile
  head/devel/p5-Class-Forward/pkg-descr

Modified: head/devel/p5-Class-Forward/Makefile
==============================================================================
--- head/devel/p5-Class-Forward/Makefile	Mon Jun  4 18:02:43 2018	(r471589)
+++ head/devel/p5-Class-Forward/Makefile	Mon Jun  4 18:02:49 2018	(r471590)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for class dispatcher that handles namespaces like paths
 
-USES=	perl5
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		perl5
 USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Class-Forward/pkg-descr
==============================================================================
--- head/devel/p5-Class-Forward/pkg-descr	Mon Jun  4 18:02:43 2018	(r471589)
+++ head/devel/p5-Class-Forward/pkg-descr	Mon Jun  4 18:02:49 2018	(r471590)
@@ -1,3 +1,3 @@
 A class dispatcher that handles namespaces like paths.
 
-WWW: http://search.cpan.org/dist/Class-Forward/
+WWW: https://metacpan.org/release/AWNCORP/Class-Forward-0.100006


More information about the svn-ports-all mailing list