Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:02:49 +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: r471590 - head/devel/p5-Class-Forward
Message-ID:  <201806041802.w54I2npR061461@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041802.w54I2npR061461>