7933442432
1.003003 - 2014-12-06 - ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will always be used in preference to JSON::XS - avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS loaded at the same time as a newer Cpanel::JSON::XS
18 lines
556 B
Makefile
18 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/12/09 14:14:08 mef Exp $
|
|
|
|
DISTNAME= JSON-MaybeXS-1.003003
|
|
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-MaybeXS/
|
|
COMMENT= Use Cpanel::JSON::XS with a fallback to JSON::PP
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.17.10,p5-JSON-PP>=2.27202}:../../converters/p5-JSON-PP
|
|
|
|
PERL5_PACKLIST= auto/JSON/MaybeXS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|