OpenBSD-Unofficial-Ports/devel-cpp-httplib/Makefile

26 lines
410 B
Makefile
Raw Permalink Normal View History

2024-09-17 13:56:19 -04:00
COMMENT = C++ header-only HTTP/HTTPS server and client library
2025-02-25 18:40:22 -05:00
V = 0.19.0
2024-09-17 13:56:19 -04:00
PKGNAME = cpp-httplib-${V}
DIST_TUPLE += github yhirose cpp-httplib v${V} .
CATEGORIES = devel
HOMEPAGE = https://github.com/yhirose/cpp-httplib
2025-02-25 18:40:22 -05:00
MAINTAINER = "Ed <ed@groovyexpress.com>"
2024-09-17 13:56:19 -04:00
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
BUILD_DEPENDS = devel/cmake
NO_TEST = Yes
PKG_ARCH = *
.include <bsd.port.mk>