2018-09-17 23:33:15 +00:00

20 lines
376 B
Makefile

# $OpenBSD: Makefile,v 1.2 2018/09/17 23:33:15 bcallah Exp $
COMMENT = minimalist protocol buffer decoder and encoder in C++
GH_ACCOUNT = mapbox
GH_PROJECT = protozero
GH_TAGNAME = v1.6.3
CATEGORIES = devel
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
COMPILER = base-clang ports-gcc ports-clang
MODULES = devel/cmake
BUILD_DEPENDS = devel/protobuf
.include <bsd.port.mk>