4e73c9e5a9
Upstream changes: 4.02 Wed Mar 6 08:31:24 CET 2019 - undo the fix from 4.01, it breaks more things than it fixes (another tetscase by Wesley Schwengle). - try a proper fix this time.
20 lines
651 B
Makefile
20 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.36 2019/04/19 14:19:20 wen Exp $
|
|
|
|
DISTNAME= JSON-XS-4.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/JSON-XS/
|
|
COMMENT= JSON serialising/deserialising, done correctly and fast
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-common-sense>=0:../../devel/p5-common-sense
|
|
DEPENDS+= p5-Canary-Stability>=0:../../devel/p5-Canary-Stability
|
|
DEPENDS+= p5-Types-Serialiser>=0:../../devel/p5-Types-Serialiser
|
|
|
|
PERL5_PACKLIST= auto/JSON/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|