diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-01-05 14:31:59 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-01-05 14:31:59 +0000 |
commit | 401a0654a8d723cad41669a4852b4c4df9a14a52 (patch) | |
tree | e4a3770b6f91f367ba393b24fd076ed396e7c4ab /devel/p5-Config-JSON | |
parent | 699dd577d33964be3b6f63b578f810ad3a9d9808 (diff) |
- update to 1.3.1
PR: based on 128898
Submitted by: leeym
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=225277
Diffstat (limited to 'devel/p5-Config-JSON')
-rw-r--r-- | devel/p5-Config-JSON/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Config-JSON/distinfo | 6 |
2 files changed, 21 insertions, 8 deletions
diff --git a/devel/p5-Config-JSON/Makefile b/devel/p5-Config-JSON/Makefile index e57cdd8937e7..1aa35d401f76 100644 --- a/devel/p5-Config-JSON/Makefile +++ b/devel/p5-Config-JSON/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config-JSON -PORTVERSION= 1.1.4 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= cherry@trombik.org COMMENT= A JSON based config file system -RUN_DEPENDS= p5-Class-InsideOut>0:${PORTSDIR}/devel/p5-Class-InsideOut \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON +RUN_DEPENDS= p5-Class-InsideOut>=1.06:${PORTSDIR}/devel/p5-Class-InsideOut \ + p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage WRKSRC= ${WRKDIR}/Config-JSON PERL_CONFIGURE= Yes -MAN3= Config::JSON.3 +MAN3= Config::JSON.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500905 +BUILD_DEPENDS+= p5-Test-Simple>=0.7:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp \ + p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-version>=0.72.03:${PORTSDIR}/devel/p5-version +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Config-JSON/distinfo b/devel/p5-Config-JSON/distinfo index 64ae30ab57d3..73006bb75f01 100644 --- a/devel/p5-Config-JSON/distinfo +++ b/devel/p5-Config-JSON/distinfo @@ -1,3 +1,3 @@ -MD5 (Config-JSON-1.1.4.tar.gz) = e2e12338063f89f09194bda49a8a8853 -SHA256 (Config-JSON-1.1.4.tar.gz) = 4d92de87ac59fc2cc86b2d71fc24896982ff0c5152be6c3c832a85f619c573af -SIZE (Config-JSON-1.1.4.tar.gz) = 7117 +MD5 (Config-JSON-1.3.1.tar.gz) = 1318fd32eecfa90df406d17b108f1445 +SHA256 (Config-JSON-1.3.1.tar.gz) = 7faf97107da458771b37fa4699ab13cd4e3523fbef6cf9f5c9657b486531eeb9 +SIZE (Config-JSON-1.3.1.tar.gz) = 10822 |