svn commit: r478344 - head/textproc/p5-String-ShellQuote

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 29 09:08:13 UTC 2018


Author: amdmi3
Date: Wed Aug 29 09:08:11 2018
New Revision: 478344
URL: https://svnweb.freebsd.org/changeset/ports/478344

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/p5-String-ShellQuote/Makefile
  head/textproc/p5-String-ShellQuote/pkg-descr

Modified: head/textproc/p5-String-ShellQuote/Makefile
==============================================================================
--- head/textproc/p5-String-ShellQuote/Makefile	Wed Aug 29 09:07:01 2018	(r478343)
+++ head/textproc/p5-String-ShellQuote/Makefile	Wed Aug 29 09:08:11 2018	(r478344)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Perl module for quote strings for passing through the shell
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-String-ShellQuote/pkg-descr
==============================================================================
--- head/textproc/p5-String-ShellQuote/pkg-descr	Wed Aug 29 09:07:01 2018	(r478343)
+++ head/textproc/p5-String-ShellQuote/pkg-descr	Wed Aug 29 09:08:11 2018	(r478344)
@@ -3,3 +3,5 @@ which are going to pass through the shell or a shell-l
 
 -Anton
 <tobez at FreeBSD.org>
+
+WWW: https://metacpan.org/release/String-ShellQuote


More information about the svn-ports-all mailing list