ports/converters/p5-CBOR-XS/Makefile

23 lines
421 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = concise binary object representation
2023-09-14 00:49:35 +00:00
DISTNAME = CBOR-XS-1.87
2023-08-16 22:26:55 +00:00
CPAN_AUTHOR = MLEHMANN
CATEGORIES = converters
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-Canary-Stability
RUN_DEPENDS = converters/p5-Types-Serialiser \
devel/p5-common-sense
2023-09-14 00:49:35 +00:00
TEST_DEPENDS = devel/p5-Task-Weaken>=1.06
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>