04d2c4a3ee
from 1.29nb2 to 1.30. Upstream changes: 1.30 2013-06-15 * Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424 & RT#67967. (perigrin) * Fix documentation bug RT#86065.
21 lines
674 B
Makefile
21 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/07/03 16:24:57 sno Exp $
|
|
|
|
DISTNAME= JSON-Any-1.30
|
|
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"
|