openbsd-ports/converters/p5-JSON-DWIW/Makefile
simon 5e7960e660 import p5-JSON-DWIW
Other JSON modules require setting several parameters before calling the
conversion methods to do what the author wants.  This module does things
by default that the author thinks should be done when working with JSON
in Perl.  This module also encodes and decodes faster than JSON.pm and
JSON::Syck in the benchmarks.
2008-08-20 11:05:39 +00:00

19 lines
387 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 11:05:39 simon Exp $
COMMENT = JSON converter that Does What I Want
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = JSON-DWIW-0.27
CATEGORIES = converters
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>