diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-21 18:24:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-21 18:24:40 +0800 |
commit | 2c87bd32c75c822d311f422cf081145d83ceae2a (patch) | |
tree | 5e2a07b910b68f2cc50e830c2da58473fb3d9457 /net | |
parent | ab4648951067fd8c8d07d717ea672acc35ea34a2 (diff) | |
download | freebsd-ports-gnome-2c87bd32c75c822d311f422cf081145d83ceae2a.tar.gz freebsd-ports-gnome-2c87bd32c75c822d311f422cf081145d83ceae2a.tar.zst freebsd-ports-gnome-2c87bd32c75c822d311f422cf081145d83ceae2a.zip |
- Update to 2.21
Changes: http://search.cpan.org/dist/Net-Random/CHANGELOG
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Random/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Random/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/p5-Net-Random/Makefile b/net/p5-Net-Random/Makefile index 3d177c61463d..e6463b0b4a33 100644 --- a/net/p5-Net-Random/Makefile +++ b/net/p5-Net-Random/Makefile @@ -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 diff --git a/net/p5-Net-Random/distinfo b/net/p5-Net-Random/distinfo index 0ab6d37cb816..f1df5fc8a4da 100644 --- a/net/p5-Net-Random/distinfo +++ b/net/p5-Net-Random/distinfo @@ -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 |