pkgsrc/converters/p5-JSON/Makefile
obache 680f56e070 Update p5-JSON to 1.14.
1.14  Thu May 10 15:32:18 2007
        - added 'TRANSITION PLAN'
        - updated JSON::PP
          (latin1 and decode_prefix are added for JSON::XS comatible)

1.13  Sun May  6 14:03:31 2007
        - fixed round-trip handling for Perl5.9.4
          (Thanks to andreas.koenig and Nicholas Clark)
        - added overload operator 'eq', 'ne', '==' and '!='
            for JSON::NotString (JSON::Literal for JSON::PP) (rt#26923 by Ryan M

1.12  Thu May  3 18:32:28 2007
        - fixed loose quoting bug in JSON::Parser. (Thanks to Allen Day and his
        - fixed round-trip problem (pointed by Marc Lehmann's JSON::XS)
              (However, only in the case of non autoconv mode)
        - updated JSON::PP
            now can be used in Perl 5.8, 5.6, 5.005 (There is functional restric
            added allow_bigint (Thanks to Adam Sussman's patch)
            added self_encode, singlequote, allow_barekey
2007-09-12 04:15:06 +00:00

15 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/09/12 04:15:06 obache Exp $
DISTNAME= JSON-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/JSON/
COMMENT= Perl module converts between JSON and Perl data structure
PERL5_PACKLIST= auto/JSON/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"