mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
15 lines
256 B
Makefile
15 lines
256 B
Makefile
COMMENT = shim to support either v1 or v2 APIs of JSON::XS
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = JSON-XS-VersionOneAndTwo-0.31
|
|
REVISION = 2
|
|
CATEGORIES = converters
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = converters/p5-JSON-XS
|
|
|
|
.include <bsd.port.mk>
|