diff options
author | he <he@pkgsrc.org> | 2008-08-04 13:26:18 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-04 13:26:18 +0000 |
commit | 6f6bb3e5888cab9f470bcf358414c7aca3422ba5 (patch) | |
tree | 0640273240c607afb53c25e5dba469cf09cbdf7b /converters/p5-JSON-Any/Makefile | |
parent | 51d7aa73fd1ee83e9bfcb2365939805e96528070 (diff) | |
download | pkgsrc-6f6bb3e5888cab9f470bcf358414c7aca3422ba5.tar.gz |
Update from version 1.16 to 1.17.
Pkgsrc change:
o Changed to JSON/ sub-dir instead of author subdir
Upstream changes:
1.17 2008-07-05
* Added documentation indicating that allow_blessed works
for most useful cases (Robin Berjon)
* Added support for obtaining the underlying representations for
true/false in JSON.
Diffstat (limited to 'converters/p5-JSON-Any/Makefile')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index e0bbb725163..0e69a7327b5 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2008/06/04 14:14:03 obache Exp $ +# $NetBSD: Makefile,v 1.6 2008/08/04 13:26:18 he Exp $ -DISTNAME= JSON-Any-1.16 +DISTNAME= JSON-Any-1.17 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERIGRIN/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/JSON-Any/ |