svn commit: r481332 - head/security/p5-Crypt-Random

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 6 09:08:39 UTC 2018


Author: amdmi3
Date: Sat Oct  6 09:08:37 2018
New Revision: 481332
URL: https://svnweb.freebsd.org/changeset/ports/481332

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

Modified:
  head/security/p5-Crypt-Random/Makefile
  head/security/p5-Crypt-Random/pkg-descr

Modified: head/security/p5-Crypt-Random/Makefile
==============================================================================
--- head/security/p5-Crypt-Random/Makefile	Sat Oct  6 08:58:06 2018	(r481331)
+++ head/security/p5-Crypt-Random/Makefile	Sat Oct  6 09:08:37 2018	(r481332)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Cryptographically Secure, True Random Number Generator
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Math-Pari>=0:math/p5-Math-Pari \
 		p5-Class-Loader>=0:devel/p5-Class-Loader
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-Random/pkg-descr
==============================================================================
--- head/security/p5-Crypt-Random/pkg-descr	Sat Oct  6 08:58:06 2018	(r481331)
+++ head/security/p5-Crypt-Random/pkg-descr	Sat Oct  6 09:08:37 2018	(r481332)
@@ -13,3 +13,5 @@ that does not wait for the entropy-pool to recharge an
 as requested. /dev/urandom is considerably faster at generation compared to
 /dev/random, which should be used only when very high quality randomness is
 desired.
+
+WWW: https://metacpan.org/release/Crypt-Random


More information about the svn-ports-all mailing list