diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-06 16:47:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-06 16:47:44 +0000 |
commit | 7d2581ccbd3fba8ac1b64744afdf5853a1281ca9 (patch) | |
tree | 0a56e322f813c477d8863356256c76a2b14919b9 /converters | |
parent | 7a2bd84226c10f7c7740b773d493bb182975569c (diff) | |
download | ports-7d2581ccbd3fba8ac1b64744afdf5853a1281ca9.tar.gz ports-7d2581ccbd3fba8ac1b64744afdf5853a1281ca9.zip |
- Update to 1.003008
- Add NO_ARCH
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
Notes
Notes:
svn path=/head/; revision=425524
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-MaybeXS/Makefile | 12 | ||||
-rw-r--r-- | converters/p5-JSON-MaybeXS/distinfo | 5 |
2 files changed, 13 insertions, 4 deletions
diff --git a/converters/p5-JSON-MaybeXS/Makefile b/converters/p5-JSON-MaybeXS/Makefile index 59e542c2e1a5..f11a4bb587ec 100644 --- a/converters/p5-JSON-MaybeXS/Makefile +++ b/converters/p5-JSON-MaybeXS/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-MaybeXS -PORTVERSION= 1.003005 +PORTVERSION= 1.003008 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP +RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP +.endif + +.include <bsd.port.post.mk> diff --git a/converters/p5-JSON-MaybeXS/distinfo b/converters/p5-JSON-MaybeXS/distinfo index 43cb350e4d50..d2d61523de5a 100644 --- a/converters/p5-JSON-MaybeXS/distinfo +++ b/converters/p5-JSON-MaybeXS/distinfo @@ -1,2 +1,3 @@ -SHA256 (JSON-MaybeXS-1.003005.tar.gz) = bdb4694b564f10459d49b9658693ceb8b91b66db0fc5e9f19cf15f3ce46cc80a -SIZE (JSON-MaybeXS-1.003005.tar.gz) = 10373 +TIMESTAMP = 1478369931 +SHA256 (JSON-MaybeXS-1.003008.tar.gz) = 0964385e021397283de5a9581c524a3a847bb069d63f3ea4ba6f9c4d214c6c82 +SIZE (JSON-MaybeXS-1.003008.tar.gz) = 11647 |