diff options
author | petef <petef@FreeBSD.org> | 2001-11-25 17:41:29 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-25 17:41:29 +0800 |
commit | f79ee0665903cba054b701954fcc60caef5a0e8b (patch) | |
tree | 69bf11662a69f8104682ea0864bb656014de6ea8 /net/Makefile | |
parent | 66d7beefea70cbb80a6ad63996d7e56151a03902 (diff) | |
download | freebsd-ports-gnome-f79ee0665903cba054b701954fcc60caef5a0e8b.tar.gz freebsd-ports-gnome-f79ee0665903cba054b701954fcc60caef5a0e8b.tar.zst freebsd-ports-gnome-f79ee0665903cba054b701954fcc60caef5a0e8b.zip |
Add py-pcap-0.2, a Python interface to LBL Packet Capture library (libpcap)
PR: 32240
Submitted by: Hye-Shik Chang <perky@fallin.lv>
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 77b1ff251e04..b3ea6316c39c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -347,6 +347,7 @@ SUBDIR += punkbuster-data SUBDIR += pvm SUBDIR += pvm++ + SUBDIR += py-pcap SUBDIR += py-soap SUBDIR += py-xmlrpc SUBDIR += py-xmlrpclib |