diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-07 14:36:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-07 14:36:35 +0000 |
commit | f1ffe35174db009b6470ffa697be61347c9ef663 (patch) | |
tree | 54e680b40583102f9a7e3e1f5d8520e257c44a16 /net/Makefile | |
parent | f7a8a575e78f9654f2c27023b525f0b9604eb576 (diff) |
New port: net/py-pyfixbuf
pyfixbuf is a Python API for libfixbuf, an implementation of the IPFIX protocol
used for building collecting and exporting processes.
WWW: https://tools.netsa.cert.org/pyfixbuf/
Notes
Notes:
svn path=/head/; revision=531014
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 aeacd802d7c5..a3b8ed05c000 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1075,6 +1075,7 @@ SUBDIR += py-port-for SUBDIR += py-portend SUBDIR += py-pyenet + SUBDIR += py-pyfixbuf SUBDIR += py-pygeoip SUBDIR += py-pyicap SUBDIR += py-pynamecheap |