dbbfc7889a
- 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
25 lines
559 B
Makefile
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>
|