freebsd-ports/dns/py-bonjour/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

25 lines
559 B
Makefile

# $FreeBSD$
PORTNAME= pybonjour
PORTVERSION= 1.1.1
CATEGORIES= dns python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Python interface to bonjour
LICENSE= MIT
BROKEN= Unfetchable (google code has gone away)
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_SINGLE= ZEROCONF
OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
OPTIONS_DEFAULT= MDNSRESPONDER
AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
.include <bsd.port.mk>