mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
8ee14c6246
ok bentley@
23 lines
330 B
Makefile
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>
|