mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Add p5-UUID-Random 0.04
UUID::Random generates random uuid strings. It does not satisfy any of the points listed in RFC 4122 but the default format. If you need RFC compliant UUID strings have a look at Data::UUID. WWW: http://search.cpan.org/dist/UUID-Random/ PR: ports/182321 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
This commit is contained in:
parent
b17e73347f
commit
6e6572d72e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333501
@ -2974,6 +2974,7 @@
|
||||
SUBDIR += p5-UNIVERSAL-require
|
||||
SUBDIR += p5-UNIVERSAL-which
|
||||
SUBDIR += p5-UUID
|
||||
SUBDIR += p5-UUID-Random
|
||||
SUBDIR += p5-UUID-Tiny
|
||||
SUBDIR += p5-Uniq
|
||||
SUBDIR += p5-Unix-Statgrab
|
||||
|
19
devel/p5-UUID-Random/Makefile
Normal file
19
devel/p5-UUID-Random/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Henk van Oers <hvo.pm@xs4all.nl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= UUID-Random
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generate random uuid strings
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-UUID-Random/distinfo
Normal file
2
devel/p5-UUID-Random/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (UUID-Random-0.04.tar.gz) = 9ffcdd991381ac75917cdc37172b8844e637117d32ab088f63660032d9dd83f4
|
||||
SIZE (UUID-Random-0.04.tar.gz) = 2382
|
6
devel/p5-UUID-Random/pkg-descr
Normal file
6
devel/p5-UUID-Random/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
UUID::Random generates random uuid strings. It does not satisfy any of the
|
||||
points listed in RFC 4122 but the default format.
|
||||
|
||||
If you need RFC compliant UUID strings have a look at Data::UUID.
|
||||
|
||||
WWW: http://search.cpan.org/dist/UUID-Random/
|
6
devel/p5-UUID-Random/pkg-plist
Normal file
6
devel/p5-UUID-Random/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/UUID/Random.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Random/.packlist
|
||||
%%PERL5_MAN3%%/UUID::Random.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Random
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID
|
||||
@dirrmtry %%SITE_PERL%%/UUID
|
Loading…
Reference in New Issue
Block a user