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>
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# 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>
|