- Update to 2.21
Changes: http://search.cpan.org/dist/Net-Random/CHANGELOG
This commit is contained in:
parent
48a791a6c9
commit
e119f2925b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297100
2 changed files with 7 additions and 5 deletions
|
@ -6,20 +6,22 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-Random
|
||||
PORTVERSION= 2.2
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DCANTRELL
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl5 module to get random data from online sources
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Random.3
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Net-Random-2.2.tar.gz) = f00a894015af21970483061b6943ef6455d4599f96a54f9b1aea18a8c1f984a8
|
||||
SIZE (Net-Random-2.2.tar.gz) = 23365
|
||||
SHA256 (Net-Random-2.21.tar.gz) = 7be2999556e137bcea6ef75df7e14feaf57d2e0b544cd1c516725fbca925e7b2
|
||||
SIZE (Net-Random-2.21.tar.gz) = 23756
|
||||
|
|
Loading…
Reference in a new issue