19 lines
293 B
Makefile
19 lines
293 B
Makefile
COMMENT = parse and convert to JSON (JavaScript Object Notation)
|
|
|
|
DISTNAME = JSON-4.10
|
|
|
|
CATEGORIES = converters
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = converters/p5-JSON-XS>=2.34
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|