Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:15:24 +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: r471690 - head/security/p5-String-MkPasswd
Message-ID:  <201806041815.w54IFOPh077111@repo.freebsd.org>

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

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/p5-String-MkPasswd/Makefile
  head/security/p5-String-MkPasswd/pkg-descr

Modified: head/security/p5-String-MkPasswd/Makefile
==============================================================================
--- head/security/p5-String-MkPasswd/Makefile	Mon Jun  4 18:15:18 2018	(r471689)
+++ head/security/p5-String-MkPasswd/Makefile	Mon Jun  4 18:15:24 2018	(r471690)
@@ -12,6 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	fw@moov.de
 COMMENT=	Random password generator
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/security/p5-String-MkPasswd/pkg-descr
==============================================================================
--- head/security/p5-String-MkPasswd/pkg-descr	Mon Jun  4 18:15:18 2018	(r471689)
+++ head/security/p5-String-MkPasswd/pkg-descr	Mon Jun  4 18:15:24 2018	(r471690)
@@ -3,4 +3,4 @@ random passwords. The function is meant to be a simple
 developers and system administrators to easily generate a relatively
 secure password.
 
-WWW: http://search.cpan.org/dist/String-MkPasswd
+WWW: https://metacpan.org/release/String-MkPasswd



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