diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2025-05-11 08:29:25 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2025-05-11 08:34:37 +0200 |
commit | 07052380d8d76a9c703e3a4d5cdeaa9a639ae939 (patch) | |
tree | d70c7736ccf85bee149b19ed1d62acf1293dfe8e | |
parent | www/p5-Perlanet: update to 3.3.3 (diff) |
security/p5-Crypt-SysRandom: add, Perl interface to system randomness
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-SysRandom/Makefile | 17 | ||||
-rw-r--r-- | security/p5-Crypt-SysRandom/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-SysRandom/pkg-descr | 2 | ||||
-rw-r--r-- | security/p5-Crypt-SysRandom/pkg-plist | 2 |
5 files changed, 25 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1e346d56358b..b697cb9b4465 100644 --- a/security/Makefile +++ b/security/Makefile @@ -630,6 +630,7 @@ SUBDIR += p5-Crypt-SmbHash SUBDIR += p5-Crypt-Sodium SUBDIR += p5-Crypt-Solitaire + SUBDIR += p5-Crypt-SysRandom SUBDIR += p5-Crypt-TEA SUBDIR += p5-Crypt-T_e_a SUBDIR += p5-Crypt-Tea_JS diff --git a/security/p5-Crypt-SysRandom/Makefile b/security/p5-Crypt-SysRandom/Makefile new file mode 100644 index 000000000000..a440d16dca3a --- /dev/null +++ b/security/p5-Crypt-SysRandom/Makefile @@ -0,0 +1,17 @@ +PORTNAME= Crypt-SysRandom +PORTVERSION= 0.007 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl interface to system randomness +WWW= https://metacpan.org/release/Crypt-SysRandom + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-SysRandom/distinfo b/security/p5-Crypt-SysRandom/distinfo new file mode 100644 index 000000000000..11a4322ee85f --- /dev/null +++ b/security/p5-Crypt-SysRandom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1746944808 +SHA256 (Crypt-SysRandom-0.007.tar.gz) = a5d49e98fca3c5266c79ae989a85eca22934b058803ee4b3e6eb08efca4eef46 +SIZE (Crypt-SysRandom-0.007.tar.gz) = 12202 diff --git a/security/p5-Crypt-SysRandom/pkg-descr b/security/p5-Crypt-SysRandom/pkg-descr new file mode 100644 index 000000000000..f98ae881d7fe --- /dev/null +++ b/security/p5-Crypt-SysRandom/pkg-descr @@ -0,0 +1,2 @@ +This module uses whatever interface is available to procure cryptographically +random data from the system. diff --git a/security/p5-Crypt-SysRandom/pkg-plist b/security/p5-Crypt-SysRandom/pkg-plist new file mode 100644 index 000000000000..115ab438708a --- /dev/null +++ b/security/p5-Crypt-SysRandom/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Crypt/SysRandom.pm +%%PERL5_MAN3%%/Crypt::SysRandom.3.gz |