diff options
author | yuri <yuri@FreeBSD.org> | 2017-12-04 01:38:09 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-12-04 01:38:09 +0800 |
commit | 704def172ee82b90ce8f33ab71b691749fd2bdc7 (patch) | |
tree | f60a891700f4dbae5ec508b5583e2f3bab4b5fda /net/Makefile | |
parent | 4b6df9bf91b161c386d9462fa83a233ebf9d2309 (diff) | |
download | freebsd-ports-gnome-704def172ee82b90ce8f33ab71b691749fd2bdc7.tar.gz freebsd-ports-gnome-704def172ee82b90ce8f33ab71b691749fd2bdc7.tar.zst freebsd-ports-gnome-704def172ee82b90ce8f33ab71b691749fd2bdc7.zip |
New port: net/py-portend: Monitors TCP ports for bound or unbound states
PR: 222191
Submitted by: Keith Gaughan <k@stereochro.me>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13315
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 926eb4125f30..76bfcd4a50c4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1029,6 +1029,7 @@ SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for + SUBDIR += py-portend SUBDIR += py-pygeoip SUBDIR += py-pyldap SUBDIR += py-pynmsg |