SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/p5-Data-Random/Makefile
Normal file
20
devel/p5-Data-Random/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = perl module to generate random data
|
||||
|
||||
DISTNAME = Data-Random-0.13
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
BUILD_DEPENDS = devel/p5-File-ShareDir-Install>=0.06
|
||||
TEST_DEPENDS = devel/p5-Test-MockTime \
|
||||
graphics/p5-GD
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Random/distinfo
Normal file
2
devel/p5-Data-Random/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Random-0.13.tar.gz) = 61kBhKjbKKfknqsJ4l+GUMM/H2aLakcoKd50pTJWv8A=
|
||||
SIZE (Data-Random-0.13.tar.gz) = 158143
|
4
devel/p5-Data-Random/pkg/DESCR
Normal file
4
devel/p5-Data-Random/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Data::Random - Perl module to generate random data
|
||||
|
||||
A module used to generate random data. Useful mostly for test
|
||||
programs.
|
13
devel/p5-Data-Random/pkg/PLIST
Normal file
13
devel/p5-Data-Random/pkg/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Random/
|
||||
${P5SITE}/Data/Random.pm
|
||||
${P5SITE}/Data/Random/WordList.pm
|
||||
${P5SITE}/Data/Random/dict
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/share/
|
||||
${P5SITE}/auto/share/dist/
|
||||
${P5SITE}/auto/share/dist/Data-Random/
|
||||
${P5SITE}/auto/share/dist/Data-Random/README.linux.words
|
||||
${P5SITE}/auto/share/dist/Data-Random/README2.linux.words
|
||||
@man man/man3p/Data::Random.3p
|
||||
@man man/man3p/Data::Random::WordList.3p
|
Loading…
Add table
Add a link
Reference in a new issue