aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-pybonjour/Makefile
blob: 10c2fe0199389bdc46f237d5f2f7782c8d4e36ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	pybonjour
PORTVERSION=	1.1.1
PORTREVISION=	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
USE_PYTHON=	autoplist distutils
USE_GITHUB=	yes
GH_ACCOUNT=	depl0y
GH_PROJECT=	pybonjour-python3
GH_TAGNAME=	2c8283f

NO_ARCH=	yes

.include <bsd.port.mk>