diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-10-11 18:54:36 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-10-11 18:54:36 +0000 |
commit | 4cc65c7146f43d063eedfb24d6c009d39a094720 (patch) | |
tree | 8654abb3556fb0bd38f230f7fe9105d0cc07c305 /converters/p5-JSON1/Makefile | |
parent | 3521e70b8b08b239231f31a51d33732709d044a6 (diff) |
Notes
Diffstat (limited to 'converters/p5-JSON1/Makefile')
-rw-r--r-- | converters/p5-JSON1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile index 38249b3ba1dd..f4411be5b745 100644 --- a/converters/p5-JSON1/Makefile +++ b/converters/p5-JSON1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= JSON -PORTVERSION= 1.10 +PORTVERSION= 1.14 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAKAMAKA @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \ - JSON::PP.3 JSON::Parser.3 \ + JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \ JSONRPC.3 JSONRPC::Transport::HTTP.3 .include <bsd.port.pre.mk> |