27 lines
489 B
Makefile
27 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.9 2021/03/05 15:49:12 ajacoutot Exp $
|
|
|
|
COMMENT = pure Python Multicast DNS Service Discovery Library
|
|
|
|
MODPY_EGG_VERSION = 0.28.8
|
|
DISTNAME = zeroconf-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Joerg Jung <jung@openbsd.org>
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
RUN_DEPENDS = net/py-ifaddr${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|