diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-11 14:07:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-11 14:07:38 +0000 |
commit | 6e6572d72e752d0f4a87977d2510f505d1809d71 (patch) | |
tree | c0e7d3916131308ac7370cf6d412e6f3e3e57e12 /devel/p5-UUID-Random/Makefile | |
parent | b17e73347f65f65ce13120c4a17f8a142ea52f30 (diff) | |
download | ports-6e6572d72e752d0f4a87977d2510f505d1809d71.tar.gz ports-6e6572d72e752d0f4a87977d2510f505d1809d71.zip |
- 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>
Notes
Notes:
svn path=/head/; revision=333501
Diffstat (limited to 'devel/p5-UUID-Random/Makefile')
-rw-r--r-- | devel/p5-UUID-Random/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-UUID-Random/Makefile b/devel/p5-UUID-Random/Makefile new file mode 100644 index 000000000000..6dbde8dd7358 --- /dev/null +++ b/devel/p5-UUID-Random/Makefile @@ -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> |