Files
bluhm 870cabe3c2 CPAN author MLEHMANN ignores Perl versions newer than 5.22, so
disable Perl feature signatures in patch.  Take maintainer.
2024-12-24 16:13:47 +00:00

24 lines
434 B
Makefile

COMMENT = concise binary object representation
DISTNAME = CBOR-XS-1.87
REVISION = 0
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
TEST_DEPENDS = devel/p5-Task-Weaken>=1.06
.include <bsd.port.mk>