ab0dc36dcb
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.
22 lines
579 B
Makefile
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"
|