diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-25 00:34:08 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-25 00:34:08 +0000 |
commit | 34784a3c1d23b07fb51e9ba1133992f8cb9ecf27 (patch) | |
tree | 393f4648e4c34e45e4c747ac1d6ece3952c47cb5 /net/Makefile | |
parent | 8622aab9759a8b7333efcaa78336708fd58fb5cc (diff) | |
download | ports-34784a3c1d23b07fb51e9ba1133992f8cb9ecf27.tar.gz ports-34784a3c1d23b07fb51e9ba1133992f8cb9ecf27.zip |
add sysutils/httpstat: Curl statistics made simple
PR: 213492
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9316
Notes
Notes:
svn path=/head/; revision=432409
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f1186ecd769d..8bcda0a1eb0e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -974,6 +974,7 @@ SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-haproxy-log-analysis + SUBDIR += py-httpstat SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib |