1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
2020-02-13 14:27:46 +00:00

25 lines
431 B
Makefile

# $FreeBSD$
PORTNAME= pybonjour
PORTVERSION= 1.1.1
CATEGORIES= dns python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Pure-Python interface to Apple Bonjour
LICENSE= MIT
LIB_DEPENDS= libdns_sd.so.1:net/mDNSResponder
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= depl0y
GH_PROJECT= pybonjour-python3
GH_TAGNAME= 2c8283f
NO_ARCH= yes
.include <bsd.port.mk>