mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
418 B
Makefile
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>
|