Files
ports/devel/boxed-cpp/Makefile
T
uaa 8ee14c6246 1.4.0 -> 1.4.3 update
ok bentley@
2025-09-22 21:47:44 +00:00

23 lines
330 B
Makefile

COMMENT = C++ primitive type boxing
V = 1.4.3
DISTNAME = boxed-cpp-${V}
GH_ACCOUNT = contour-terminal
GH_PROJECT = boxed-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>