svn commit: r471690 - head/security/p5-String-MkPasswd

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


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


More information about the svn-ports-all mailing list