openbsd-ports/converters/p5-JSON-XS/Makefile
2022-03-11 18:27:00 +00:00

19 lines
328 B
Makefile

COMMENT = JSON serialising/deserialising, done correctly and fast
DISTNAME = JSON-XS-4.03
EPOCH = 1
CATEGORIES = converters
# 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>