Upstream changes: 2.27400 2016-04-23 [JSON::PP] appleid and merged long term neglected patches & PRs. thanks to charsbar - document patches by AM909, leon[at]astray.com, dsteinbrunner, jwilk, alfiedotwtf - modified Makefile.PL to set UNINST=1 if needed on old perls by dagolden - decode decimals to Perl's internal NV type by dagolden see to https://github.com/makamaka/JSON-PP/commits/master
16 lines
454 B
Makefile
16 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/07/25 04:19:53 wen Exp $
|
|
|
|
DISTNAME= JSON-PP-2.27400
|
|
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-PP/
|
|
COMMENT= JSON::XS compatible pure-Perl module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/JSON/PP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|