mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4f66ddf552
docopt helps you create most beautiful command-line interfaces easily, where the option parser is generated based on the beautiful help message that you write yourself. ok sthen@
26 lines
424 B
Makefile
26 lines
424 B
Makefile
COMMENT = command-line interface description language, in c++
|
|
|
|
GH_ACCOUNT = docopt
|
|
GH_PROJECT = docopt.cpp
|
|
GH_TAGNAME = v0.6.3
|
|
|
|
SHARED_LIBS += docopt 0.0 # 0.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://docopt.org/
|
|
|
|
# MIT/Boost
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} m
|
|
|
|
# c++11
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cmake
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|