Files
uaa 7691a978f1 initial import
ok bentley@
2025-12-23 13:02:45 +00:00

23 lines
352 B
Makefile

COMMENT = C++ static reflection support library
V = 0.4.0
DISTNAME = reflection-cpp-${V}
GH_ACCOUNT = contour-terminal
GH_PROJECT = reflection-cpp
GH_TAGNAME = v${V}
CATEGORIES = devel
MAINTAINER = SASANO Takayoshi <uaa@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
NO_BUILD = Yes
PKG_ARCH = *
.include <bsd.port.mk>