freebsd-ports/devel/p5-UUID-Random/Makefile
Sunpoet Po-Chuan Hsieh 6e6572d72e - 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>
2013-11-11 14:07:38 +00:00

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>