svn commit: r471649 - head/lang/p5-Perl6-Subs

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


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


More information about the svn-ports-all mailing list