openbsd-ports/converters/p5-JSON-XS-VersionOneAndTwo/Makefile
sthen 3a168dd581 import JSON::XS::VersionOneAndTwo
JSON::XS is by far the best JSON module on the CPAN. However, it
changed its API at version 2.01. If you have to maintain code which
may be run on systems with either version one or two then this is
a bit of a pain. This module takes the pain away without sacrificing
performance.

ok simon@
2008-10-15 23:58:40 +00:00

18 lines
382 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/15 23:58:40 sthen Exp $
COMMENT = shim to support either v1 or v2 APIs of JSON::XS
MODULES = cpan
DISTNAME = JSON-XS-VersionOneAndTwo-0.31
CATEGORIES = converters
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::converters/p5-JSON-XS
.include <bsd.port.mk>