diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-12-27 06:22:17 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-12-27 06:22:17 +0000 |
commit | a6c4a699fbfe5bdd2e8173d7e7a17b4900af72f1 (patch) | |
tree | abae36ddd745f398add32a385ae67db6b4a29069 /devel/p5-Config-JSON/Makefile | |
parent | e6cf2d1af9b029a3dbe5522fbee216b02bf278ae (diff) |
Notes
Diffstat (limited to 'devel/p5-Config-JSON/Makefile')
-rw-r--r-- | devel/p5-Config-JSON/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Config-JSON/Makefile b/devel/p5-Config-JSON/Makefile index f3df7a268c69..5073cbd2ffbb 100644 --- a/devel/p5-Config-JSON/Makefile +++ b/devel/p5-Config-JSON/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Config-JSON -PORTVERSION= 1.5000 -PORTREVISION= 2 +PORTVERSION= 1.5100 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A JSON based config file system -RUN_DEPENDS= p5-Class-InsideOut>=1.06:${PORTSDIR}/devel/p5-Class-InsideOut \ - p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \ - p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS= \ + p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp \ + p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ + p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= Yes |