ajacoutot 46fd384b52 Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are
python3 only ports.

"Yes please, it's not really optional so I think = is better." sthen@
2020-08-19 12:25:12 +00:00

28 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.8 2020/08/19 12:25:13 ajacoutot Exp $
COMMENT = pure Python Multicast DNS Service Discovery Library
MODPY_EGG_VERSION = 0.24.4
DISTNAME = zeroconf-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
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>