pkgsrc/converters/p5-JSON-XS/Makefile
adam e5e302595d Changes 2.31:
* don't accumulate initial whitespace in the incremental buffer
  (this can be useful to allow whitespace-keepalive on a tcp
  connection without triggering the max_size limit).
* properly croak on some invalid inputs that are not strings
  (e.g. undef) when trying to decode a json text
2011-08-06 13:45:24 +00:00

20 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/08/06 13:45:24 adam Exp $
DISTNAME= JSON-XS-2.31
PKGNAME= p5-${DISTNAME}0
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"