# $OpenBSD: Makefile,v 1.10 2021/11/18 09:27:23 sthen Exp $

COMMENT =		SPDX license list query tool

MODPY_EGG_VERSION =	0.3.3
DISTNAME =		spdx-lookup-${MODPY_EGG_VERSION}
PKGNAME =		py-spdx-lookup-${MODPY_EGG_VERSION}

CATEGORIES =		textproc

HOMEPAGE =		https://github.com/bbqsrc/spdx-lookup-python

# BSD-2-Clause
PERMIT_PACKAGE =	Yes

MODULES =		lang/python
MODPY_SETUPTOOLS =	Yes
MODPY_PI =		Yes

FLAVORS =		python3
FLAVOR =		python3

RUN_DEPENDS =		textproc/py-spdx${MODPY_FLAVOR}

NO_TEST =		No tests written by upstream

.include <bsd.port.mk>
