1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/dns/py-pybonjour/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
418 B
Makefile

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>