17 lines
316 B
Makefile

# $OpenBSD: Makefile,v 1.9 2020/07/03 21:44:33 sthen Exp $
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>