diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-11-26 01:30:19 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-11-26 01:30:19 +0800 |
commit | c6b123a9688e6b96f091733927811185cfca8921 (patch) | |
tree | ad8e030657aebd94d2193dac49a24dec8a5b9bd1 /net/Makefile | |
parent | 869a663eae6f0a3d7f596907ad61fe89b7b2e149 (diff) | |
download | freebsd-ports-gnome-c6b123a9688e6b96f091733927811185cfca8921.tar.gz freebsd-ports-gnome-c6b123a9688e6b96f091733927811185cfca8921.tar.zst freebsd-ports-gnome-c6b123a9688e6b96f091733927811185cfca8921.zip |
Add net/dpinger:
IP device monitoring tool
WWW: https://github.com/dennypage/dpinger
Sponsored by: Rubicon Communications (Netgate)
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 740aad9fbb02..363dbc134301 100644 --- a/net/Makefile +++ b/net/Makefile @@ -106,6 +106,7 @@ SUBDIR += dimes SUBDIR += dosdetector SUBDIR += dpdk + SUBDIR += dpinger SUBDIR += drawterm SUBDIR += dropbox-api-command SUBDIR += dropbox-uploader |