c9bd0d6c94
- remove test dependency on Devel::StringInfo, which requires Moose (RT#96034) - line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - Changes content once again included manually, rather than extracted directly from git! (there are release tests to ensure that the file is kept current.) - Improve error message when failing to find a suitable backend (RT#87751) - when no backend is available at install time, JSON::PP is used as the default prereq rather than JSON.pm (re RT#67967) - documentation updated to recommend JSON::MaybeXS instead of JSON.pm for new code
21 lines
678 B
Makefile
21 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.22 2014/06/09 18:21:07 schmonz Exp $
|
|
|
|
DISTNAME= JSON-Any-1.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5 converters
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/JSON-Any/
|
|
COMMENT= Wrapper Class for the various JSON classes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/JSON/Any/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
# p5-JSON-XS appears to be the current "best of breed"
|
|
# and is the preferred JSON dependency (see Makefile.PL)
|
|
DEPENDS+= p5-JSON-XS>=2.232:../../converters/p5-JSON-XS
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|