77993f1719
* made Makefile.PL skipping a installing XS question when set $ENV{PERL_ONLY} or $ENV{NO_XS} Changes 2.52: * fixed to_json * backport JSON::PP 2.27200 * fixed incr_parse docodeing string more correctly Changes 2.51: * import JSON::PP 2.27105 as BackportPP * fixed documentations Changes 2.50: * stable release
18 lines
499 B
Makefile
18 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/08/06 13:39:35 adam Exp $
|
|
|
|
DISTNAME= JSON-2.53
|
|
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/
|
|
COMMENT= Perl module converts between JSON and Perl data structure
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/JSON/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|