pkgsrc/converters/p5-JSON-XS/Makefile
sno ab0dc36dcb Updating converters/p5-JSON-XS from 2.290nb1 to 2.300
Upstream changes:
2.3   Wed Aug 18 01:26:47 CEST 2010
	- make sure decoder doesn't change the decoding in the incremental
          parser (testcase provided by Hendrik Schumacher).
	- applied patch by DaTa for Data::Dumper support in json_xs.
        - added -t dump support to json_xs, using Data::Dump.
        - added -f eval support to json_xs.
2010-08-25 19:33:35 +00:00

22 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.17 2010/08/25 19:33:35 sno Exp $
#
DISTNAME= JSON-XS-2.3
PKGNAME= p5-${DISTNAME}00
#PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/JSON-XS/
COMMENT= JSON serialising/deserialising, done correctly and fast
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/JSON/XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"