Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 09:00:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489761 - head/security/p5-Crypt-Primes
Message-ID:  <201901090900.x0990QL5097984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jan  9 09:00:26 2019
New Revision: 489761
URL: https://svnweb.freebsd.org/changeset/ports/489761

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

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

Modified: head/security/p5-Crypt-Primes/Makefile
==============================================================================
--- head/security/p5-Crypt-Primes/Makefile	Wed Jan  9 08:32:15 2019	(r489760)
+++ head/security/p5-Crypt-Primes/Makefile	Wed Jan  9 09:00:26 2019	(r489761)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Provable Prime Number Generator suitable for Cryptographic Applications
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Crypt-Random>=0:security/p5-Crypt-Random \
 		p5-Math-Pari>=0:math/p5-Math-Pari
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-Primes/pkg-descr
==============================================================================
--- head/security/p5-Crypt-Primes/pkg-descr	Wed Jan  9 08:32:15 2019	(r489760)
+++ head/security/p5-Crypt-Primes/pkg-descr	Wed Jan  9 09:00:26 2019	(r489761)
@@ -10,3 +10,5 @@ Crypt::Primes is a pure perl implementation. It uses M
 multiple precision integer arithmetic and number theoretic functions.
 Random numbers are gathered with Crypt::Random, a perl interface to
 /dev/u?random devices found on modern Unix operating systems.
+
+WWW: https://metacpan.org/release/Crypt-Primes



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