mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Update to 0.13
- Add LICENSE_FILE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Random/Changes
This commit is contained in:
parent
77927061ff
commit
bc3487fb85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467974
3 changed files with 9 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Random
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,8 +12,10 @@ COMMENT= Perl module for generating random data
|
|||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny
|
||||
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install
|
||||
TEST_DEPENDS= p5-Test-MockTime>=0:devel/p5-Test-MockTime
|
||||
|
||||
OPTIONS_DEFINE= GD
|
||||
GD_DESC= Support for rand_image()
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Data-Random-0.12.tar.gz) = bb84de17ce2aeb61ba945d2ae451b2bc1e3e6b579ab5676614897672a4669b14
|
||||
SIZE (Data-Random-0.12.tar.gz) = 166951
|
||||
TIMESTAMP = 1524262438
|
||||
SHA256 (Data-Random-0.13.tar.gz) = eb590184a8db28a7e49eab09e25f8650c33f1f668b6a472829de74a53256bfc0
|
||||
SIZE (Data-Random-0.13.tar.gz) = 158143
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
%%SITE_PERL%%/Data/Random.pm
|
||||
%%SITE_PERL%%/Data/Random/WordList.pm
|
||||
%%SITE_PERL%%/Data/Random/dict
|
||||
%%SITE_PERL%%/auto/share/dist/Data-Random/README.linux.words
|
||||
%%SITE_PERL%%/auto/share/dist/Data-Random/README2.linux.words
|
||||
%%PERL5_MAN3%%/Data::Random.3.gz
|
||||
%%PERL5_MAN3%%/Data::Random::WordList.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue