diff options
author | John Hixson <jhixson@FreeBSD.org> | 2019-01-29 22:52:08 +0800 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2019-01-29 22:52:08 +0800 |
commit | 27ab62adac903eb276678a3971ac6f08bcce3c0c (patch) | |
tree | ab0255e574fc8fa4024c02bb7170e38af24ecc63 /net/Makefile | |
parent | 76e803f2cf1f2e879a55685549b7724a83bea83f (diff) | |
download | freebsd-ports-gnome-27ab62adac903eb276678a3971ac6f08bcce3c0c.tar.gz freebsd-ports-gnome-27ab62adac903eb276678a3971ac6f08bcce3c0c.tar.zst freebsd-ports-gnome-27ab62adac903eb276678a3971ac6f08bcce3c0c.zip |
[New port] net/py-ifaddr: Python library to enumerate all network interfaces
Approved by: araujo (mentor), miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19013
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 dccf9e6635ca..5826eefbff0f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1036,6 +1036,7 @@ SUBDIR += py-haproxy-log-analysis SUBDIR += py-haproxyctl SUBDIR += py-httpstat + SUBDIR += py-ifaddr SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib |