91e4e8a4e3
USES=python Approved by: portmgr (implicit)
23 lines
533 B
Makefile
23 lines
533 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
OPTIONS_SINGLE= ZEROCONF
|
|
OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
|
|
OPTIONS_DEFAULT= MDNSRESPONDER
|
|
AVAHI_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/avahi-libdns
|
|
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
|
|
|
|
.include <bsd.port.mk>
|