Files
ports/devel/docopt.cpp/Makefile
T
bentley 4f66ddf552 Import docopt.cpp-0.6.3.
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@
2024-11-08 15:13:16 +00:00

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>