734d3b3667
2.32 Thu Aug 11 19:06:38 CEST 2011 - fix a bug in the initial whitespace accumulation.
20 lines
561 B
Makefile
20 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.19 2011/08/16 19:59:11 wiz Exp $
|
|
|
|
DISTNAME= JSON-XS-2.32
|
|
PKGNAME= p5-${DISTNAME}0
|
|
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-9]*:../../devel/p5-common-sense
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/JSON/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|