mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3128b42610
to recent COMPILER_LIBCXX changes; part 1 (those without MULTI_PACKAGES)
29 lines
455 B
Makefile
29 lines
455 B
Makefile
COMMENT = immutable and persistent data structures for C++
|
|
|
|
GH_ACCOUNT = arximboldi
|
|
GH_PROJECT = immer
|
|
GH_TAGNAME = v0.8.1
|
|
REVISION = 4
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://sinusoid.es/immer
|
|
|
|
# BSL-1.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# C++14
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cmake \
|
|
lang/python
|
|
|
|
BUILD_DEPENDS = devel/catch2
|
|
|
|
# configure stage uses the compiler so can't mark as no build
|
|
#NO_BUILD = Yes
|
|
|
|
do-build:
|
|
|
|
.include <bsd.port.mk>
|