21 lines
381 B
Makefile
21 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:16 sthen Exp $
|
|
|
|
COMMENT = minimalist protocol buffer decoder and encoder in C++
|
|
|
|
GH_ACCOUNT = mapbox
|
|
GH_PROJECT = protozero
|
|
GH_TAGNAME = v1.6.3
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc ports-clang
|
|
|
|
MODULES = devel/cmake
|
|
BUILD_DEPENDS = devel/protobuf
|
|
|
|
.include <bsd.port.mk>
|