mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
870cabe3c2
disable Perl feature signatures in patch. Take maintainer.
24 lines
434 B
Makefile
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>
|