diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-11 22:07:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-11 22:07:38 +0800 |
commit | 9f591309225f83c5a9e5f083d9c1abb6c451531d (patch) | |
tree | c0e7d3916131308ac7370cf6d412e6f3e3e57e12 /devel | |
parent | 0bbefeb5e4bfee2ac8a885c672d3500cdfc908f4 (diff) | |
download | freebsd-ports-gnome-9f591309225f83c5a9e5f083d9c1abb6c451531d.tar.gz freebsd-ports-gnome-9f591309225f83c5a9e5f083d9c1abb6c451531d.tar.zst freebsd-ports-gnome-9f591309225f83c5a9e5f083d9c1abb6c451531d.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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-UUID-Random/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-UUID-Random/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-UUID-Random/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-UUID-Random/pkg-plist | 6 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c53718e11f0d..ce23fdfeabd4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 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> diff --git a/devel/p5-UUID-Random/distinfo b/devel/p5-UUID-Random/distinfo new file mode 100644 index 000000000000..fff0acb63f71 --- /dev/null +++ b/devel/p5-UUID-Random/distinfo @@ -0,0 +1,2 @@ +SHA256 (UUID-Random-0.04.tar.gz) = 9ffcdd991381ac75917cdc37172b8844e637117d32ab088f63660032d9dd83f4 +SIZE (UUID-Random-0.04.tar.gz) = 2382 diff --git a/devel/p5-UUID-Random/pkg-descr b/devel/p5-UUID-Random/pkg-descr new file mode 100644 index 000000000000..81b06910e13f --- /dev/null +++ b/devel/p5-UUID-Random/pkg-descr @@ -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/ diff --git a/devel/p5-UUID-Random/pkg-plist b/devel/p5-UUID-Random/pkg-plist new file mode 100644 index 000000000000..fc6c64ae37bb --- /dev/null +++ b/devel/p5-UUID-Random/pkg-plist @@ -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 |