mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
379 B
Makefile
23 lines
379 B
Makefile
COMMENT = pure Python Multicast DNS Service Discovery Library
|
|
|
|
MODPY_DISTV = 0.28.8
|
|
DISTNAME = zeroconf-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 6
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Joerg Jung <jung@openbsd.org>
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = net/py-ifaddr
|
|
|
|
.include <bsd.port.mk>
|