22 lines
421 B
Makefile
22 lines
421 B
Makefile
COMMENT = concise binary object representation
|
|
|
|
DISTNAME = CBOR-XS-1.87
|
|
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>
|