ports/devel/args/Makefile
Yuri Victorovich 27050b6717 devel/args: update 6.4.6 → 6.4.7
Reported by:	portscout
2025-04-05 06:54:30 -07:00

31 lines
623 B
Makefile

PORTNAME= args
DISTVERSION= 6.4.7
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Header-only C++ argument parser library
WWW= https://github.com/Taywee/args
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing
USE_GITHUB= yes
GH_ACCOUNT= Taywee
CMAKE_OFF= ARGS_BUILD_EXAMPLE ARGS_BUILD_UNITTESTS
CMAKE_TESTING_ON= ARGS_BUILD_UNITTESTS
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/args.hxx \
lib/cmake/args/args-config.cmake \
lib/cmake/args/args-config-version.cmake \
libdata/pkgconfig/args.pc
# tests as of 6.4.7: 100% tests passed, 0 tests failed out of 2
.include <bsd.port.mk>