Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:09:35 +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: r471649 - head/lang/p5-Perl6-Subs
Message-ID:  <201806041809.w54I9Z29067994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  4 18:09:35 2018
New Revision: 471649
URL: https://svnweb.freebsd.org/changeset/ports/471649

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

Modified:
  head/lang/p5-Perl6-Subs/Makefile
  head/lang/p5-Perl6-Subs/pkg-descr

Modified: head/lang/p5-Perl6-Subs/Makefile
==============================================================================
--- head/lang/p5-Perl6-Subs/Makefile	Mon Jun  4 18:09:29 2018	(r471648)
+++ head/lang/p5-Perl6-Subs/Makefile	Mon Jun  4 18:09:35 2018	(r471649)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl6::Subs - Define your subroutines in the Perl 6 style
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/lang/p5-Perl6-Subs/pkg-descr
==============================================================================
--- head/lang/p5-Perl6-Subs/pkg-descr	Mon Jun  4 18:09:29 2018	(r471648)
+++ head/lang/p5-Perl6-Subs/pkg-descr	Mon Jun  4 18:09:35 2018	(r471649)
@@ -4,4 +4,4 @@ Perl6::Subs is a source filter that adds a very useful
 declare the formal parameters, assign them their values, and validate
 their contents according to both built-in and user-given rules.
 
-WWW: http://search.cpan.org/dist/Perl6-Subs/
+WWW: https://metacpan.org/release/CHIPS/Perl6-Subs-0.05



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