aboutsummaryrefslogtreecommitdiff
path: root/ftp/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-02 19:42:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-02 19:42:50 +0000
commit12a2874dac143d311d612075099093db2ccb6a9a (patch)
tree6cc807b5d396c4872e45f6b914270589d63c0ef7 /ftp/Makefile
parent36fa737f3d8dec211182bde554ce98d9a55a12e6 (diff)
downloadports-12a2874dac143d311d612075099093db2ccb6a9a.tar.gz
ports-12a2874dac143d311d612075099093db2ccb6a9a.zip
ftp/cpr: Add cpr 1.6.2
C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. Despite its name, libcurl's easy interface is anything but, and making mistakes misusing it is a common source of error and frustration. Using the more expressive language facilities of C++11, this library captures the essence of making network calls into a few concise idioms. WWW: https://whoshuu.github.io/cpr/ WWW: https://github.com/whoshuu/cpr
Diffstat (limited to 'ftp/Makefile')
-rw-r--r--ftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index c78424d688fd..1f22abcc54a3 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -8,6 +8,7 @@
SUBDIR += bftpd
SUBDIR += bsdftpd-ssl
SUBDIR += cmdftp
+ SUBDIR += cpr
SUBDIR += curl
SUBDIR += curlie
SUBDIR += curlpp