e476f130ca
- This keeps the port name aligned with the project name Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D18959
25 lines
431 B
Makefile
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>
|