diff options
Diffstat (limited to 'security/p5-Crypt-SysRandom')
-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 |
4 files changed, 24 insertions, 0 deletions
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 |