diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-06 23:04:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-06 23:04:39 +0000 |
commit | 3b8c4a2d3089e4469bf212a46a99b85a46ca5b1b (patch) | |
tree | b6e7336f543d130c2cb038612e66c5696c563b4b /net/Makefile | |
parent | 508be12c87c2e127d991c34b140b995aaf2dfb24 (diff) | |
download | ports-3b8c4a2d3089e4469bf212a46a99b85a46ca5b1b.tar.gz ports-3b8c4a2d3089e4469bf212a46a99b85a46ca5b1b.zip |
Add py-avahi, the Python bindings to the Avahi mDNS service discovery
system (aka Bonjour, Zeroconf, Rendezvous).
Notes
Notes:
svn path=/head/; revision=161520
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 b0e65f748ab8..76f108b3341d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -553,6 +553,7 @@ SUBDIR += pvm++ SUBDIR += pxe SUBDIR += py-GeoIP + SUBDIR += py-avahi SUBDIR += py-google SUBDIR += py-impacket SUBDIR += py-ldap2 |