1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/cpr/Makefile
Po-Chuan Hsieh 912cb4e78b
www/cpr: Update to 1.7.2
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/libcpr/cpr/releases
2022-01-24 02:18:04 +08:00

24 lines
595 B
Makefile

PORTNAME= cpr
PORTVERSION= 1.7.2
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ Requests: Curl for People
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cmake compiler:c++11-lang ssl
CMAKE_OFF= CPR_BUILD_TESTS CPR_BUILD_TESTS_SSL CPR_CURL_NOSIGNAL CPR_FORCE_DARWINSSL_BACKEND CPR_FORCE_WINSSL_BACKEND CPR_GENERATE_COVERAGE CPR_USE_SYSTEM_GTEST
CMAKE_ON= BUILD_SHARED_LIBS CPR_ENABLE_SSL CPR_FORCE_OPENSSL_BACKEND CPR_FORCE_USE_SYSTEM_CURL
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= libcpr
.include <bsd.port.mk>