blob: 89f04024774819f1ca36f88700616fdea815bb2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= pybonjour
PORTVERSION= 1.1.1
CATEGORIES= dns python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Pure-Python interface to Apple Bonjour
WWW= https://github.com/depl0y/pybonjour-python3
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>
|