pkgsrc/converters/p5-JSON/Makefile
obache a901e81ae1 Import p5-JSON version 1.11.
This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other.
For JSON, See to http://www.JSON.org/.

  JSON-RPC http://json-rpc.org/
2007-04-30 01:41:31 +00:00

15 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $
DISTNAME= JSON-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/JSON/
COMMENT= Perl module converts between JSON and Perl data structure
PERL5_PACKLIST= auto/JSON/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"