diff options
Diffstat (limited to 'misc/py-spdx-lookup/Makefile')
-rw-r--r-- | misc/py-spdx-lookup/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile deleted file mode 100644 index 4e54c93e9c3e..000000000000 --- a/misc/py-spdx-lookup/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= spdx-lookup -PORTVERSION= 0.3.3 -PORTREVISION= 1 -CATEGORIES= misc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= SPDX license list query tool -WWW= https://github.com/bbqsrc/spdx-lookup-python - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repository has been archived on Nov 13, 2020 -EXPIRATION_DATE=2025-02-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>=2.3.0:misc/py-spdx@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> |