diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-04 11:41:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-04 11:41:24 +0000 |
commit | b717e7c74ce7dd389e4592867c7889e3c8d1a349 (patch) | |
tree | bda6d4492e54ff5e1155814c524dbd6d06d8c22e /math/p5-Math-Random-OO | |
parent | a50d57e706407bc4e5dcfd3815e9bae8fb103f74 (diff) |
- Update to 0.22
- Add LICENSE
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here, fix *_DEPENDS
Changes: http://search.cpan.org/dist/Math-Random-OO/Changes
PR: ports/185853
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=342503
Diffstat (limited to 'math/p5-Math-Random-OO')
-rw-r--r-- | math/p5-Math-Random-OO/Makefile | 13 | ||||
-rw-r--r-- | math/p5-Math-Random-OO/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/math/p5-Math-Random-OO/Makefile b/math/p5-Math-Random-OO/Makefile index e21ad3e0cdde..6dc5f6ea0a1c 100644 --- a/math/p5-Math-Random-OO/Makefile +++ b/math/p5-Math-Random-OO/Makefile @@ -2,18 +2,21 @@ # $FreeBSD$ PORTNAME= Math-Random-OO -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Consistent object-oriented interface for generating random numbers -BUILD_DEPENDS= p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \ - p5-Test-Number-Delta>=0.14:${PORTSDIR}/devel/p5-Test-Number-Delta -RUN_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \ +LICENSE= APACHE20 + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \ + p5-Test-Number-Delta>=0.14:${PORTSDIR}/devel/p5-Test-Number-Delta USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-Random-OO/distinfo b/math/p5-Math-Random-OO/distinfo index 7e6f9ea22aae..89c3c1723c88 100644 --- a/math/p5-Math-Random-OO/distinfo +++ b/math/p5-Math-Random-OO/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Random-OO-0.21.tar.gz) = bd96976acf9a8361622049423e649f386d3d7d8ce7eda74fb4d3b9c3aca90950 -SIZE (Math-Random-OO-0.21.tar.gz) = 22645 +SHA256 (Math-Random-OO-0.22.tar.gz) = a2564f0570e93cc23033883fcf94442c1be6890509256a2a80a79ce75362fd42 +SIZE (Math-Random-OO-0.22.tar.gz) = 20100 |