22 lines
402 B
Makefile

# $OpenBSD: Makefile,v 1.29 2020/07/03 21:44:33 sthen Exp $
COMMENT = JSON serialising/deserialising, done correctly and fast
DISTNAME = JSON-XS-4.02
EPOCH = 1
CATEGORIES = converters
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-Canary-Stability
RUN_DEPENDS = converters/p5-Types-Serialiser \
devel/p5-common-sense
.include <bsd.port.mk>