A module used to generate random strings and lists.
WWW: http://search.cpan.org/dist/Data-Rand/ Feature safe: yes Approved by: db (mentor)
This commit is contained in:
parent
9ed0d45ebd
commit
21238265df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305732
@ -1629,6 +1629,7 @@
|
||||
SUBDIR += p5-Data-Peek
|
||||
SUBDIR += p5-Data-Printer
|
||||
SUBDIR += p5-Data-Properties
|
||||
SUBDIR += p5-Data-Rand
|
||||
SUBDIR += p5-Data-Random
|
||||
SUBDIR += p5-Data-Range-Compare
|
||||
SUBDIR += p5-Data-Recursive-Encode
|
||||
|
20
devel/p5-Data-Rand/Makefile
Normal file
20
devel/p5-Data-Rand/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Rand
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Perl module for generating random strings or arrays
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Data::Rand.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Rand/distinfo
Normal file
2
devel/p5-Data-Rand/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Data-Rand-0.0.4.tar.gz) = 04c438ff03500f6324e353e736242c1b8b773021151d0c92b773b8e62b0cc9e2
|
||||
SIZE (Data-Rand-0.0.4.tar.gz) = 6830
|
3
devel/p5-Data-Rand/pkg-descr
Normal file
3
devel/p5-Data-Rand/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A module used to generate random strings and lists.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Rand/
|
2
devel/p5-Data-Rand/pkg-plist
Normal file
2
devel/p5-Data-Rand/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Data/Rand.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in New Issue
Block a user