diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-21 10:24:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-21 10:24:40 +0000 |
commit | e119f2925b5e620a4262049caae22a60e64e0ca6 (patch) | |
tree | 00f6141478621121ffc57a34dd31e989dbb015d7 /net/p5-Net-Random/Makefile | |
parent | 48a791a6c918f46ebef5b8150800fcf9d579bd6f (diff) | |
download | ports-e119f2925b5e620a4262049caae22a60e64e0ca6.tar.gz ports-e119f2925b5e620a4262049caae22a60e64e0ca6.zip |
Notes
Diffstat (limited to 'net/p5-Net-Random/Makefile')
-rw-r--r-- | net/p5-Net-Random/Makefile | 8 |
1 files changed, 5 insertions, 3 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 |