parsing and encoding of the RFC7049 Concise Binary Object Representation format. feddback and improvements @sthen; ok kn@
23 lines
386 B
Makefile
23 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.1 2019/11/02 03:09:37 djm Exp $
|
|
|
|
COMMENT = RFC7049 Concise Binary Object Representation
|
|
|
|
GH_ACCOUNT= PJK
|
|
GH_PROJECT= libcbor
|
|
GH_TAGNAME= v0.5.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://libcbor.readthedocs.io/
|
|
|
|
MAINTAINER = Damien Miller <djm@openbsd.org>
|
|
|
|
SHARED_LIBS = cbor 0.0 # 0.5.0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = devel/cmake
|
|
|
|
.include <bsd.port.mk>
|