mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
This module provides a portable, secure generator of RFC-4122 version 4 (random)
UUIDs. It is a thin wrapper around Crypt::URandom to set the UUID version and variant bits required by the RFC. WWW: https://metacpan.org/release/UUID-URandom
This commit is contained in:
parent
2ef5dc6a41
commit
8fd6bd0171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473794
@ -3744,6 +3744,7 @@
|
||||
SUBDIR += p5-UUID-Random
|
||||
SUBDIR += p5-UUID-Random-Patch-UseMRS
|
||||
SUBDIR += p5-UUID-Tiny
|
||||
SUBDIR += p5-UUID-URandom
|
||||
SUBDIR += p5-Uniq
|
||||
SUBDIR += p5-Unix-Groups
|
||||
SUBDIR += p5-Unix-Groups-FFI
|
||||
|
21
devel/p5-UUID-URandom/Makefile
Normal file
21
devel/p5-UUID-URandom/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= UUID-URandom
|
||||
PORTVERSION= 0.001
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= UUIDs based on /dev/urandom or the Windows Crypto API
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Crypt-URandom>=0.36:security/p5-Crypt-URandom
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-UUID-URandom/distinfo
Normal file
3
devel/p5-UUID-URandom/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1530586670
|
||||
SHA256 (UUID-URandom-0.001.tar.gz) = 3f13631b13b9604fb489e2989490c99f103743a837239bdafae9d6baf55f8f46
|
||||
SIZE (UUID-URandom-0.001.tar.gz) = 16523
|
5
devel/p5-UUID-URandom/pkg-descr
Normal file
5
devel/p5-UUID-URandom/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module provides a portable, secure generator of RFC-4122 version 4 (random)
|
||||
UUIDs. It is a thin wrapper around Crypt::URandom to set the UUID version and
|
||||
variant bits required by the RFC.
|
||||
|
||||
WWW: https://metacpan.org/release/UUID-URandom
|
2
devel/p5-UUID-URandom/pkg-plist
Normal file
2
devel/p5-UUID-URandom/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/UUID/URandom.pm
|
||||
%%PERL5_MAN3%%/UUID::URandom.3.gz
|
Loading…
Reference in New Issue
Block a user