devel/cpp-httplib
This commit is contained in:
parent
529820ef56
commit
29559c40cf
25
devel-cpp-httplib/Makefile
Normal file
25
devel-cpp-httplib/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
COMMENT = C++ header-only HTTP/HTTPS server and client library
|
||||
|
||||
V = 0.18.0
|
||||
PKGNAME = cpp-httplib-${V}
|
||||
|
||||
DIST_TUPLE += github yhirose cpp-httplib v${V} .
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/yhirose/cpp-httplib
|
||||
|
||||
MAINTAINER = "Ed <ed@i2pmail.org>"
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
BUILD_DEPENDS = devel/cmake
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel-cpp-httplib/distinfo
Normal file
2
devel-cpp-httplib/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (yhirose-cpp-httplib-v0.18.0.tar.gz) = btWJS7vEo0oPTF6WJnLQAD0uoJm7razGb23uKyE/85Q=
|
||||
SIZE (yhirose-cpp-httplib-v0.18.0.tar.gz) = 1321763
|
3
devel-cpp-httplib/pkg/DESCR
Normal file
3
devel-cpp-httplib/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
A C++11 single-file header-only cross platform HTTP/HTTPS library.
|
||||
|
||||
It's extremely easy to setup. Just include the httplib.h file in your code!
|
7
devel-cpp-httplib/pkg/PLIST
Normal file
7
devel-cpp-httplib/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
include/httplib.h
|
||||
lib/cmake/httplib/
|
||||
lib/cmake/httplib/httplibConfig.cmake
|
||||
lib/cmake/httplib/httplibConfigVersion.cmake
|
||||
lib/cmake/httplib/FindBrotli.cmake
|
||||
lib/cmake/httplib/httplibTargets.cmake
|
||||
share/doc/httplib/README.md
|
Loading…
Reference in New Issue
Block a user