summaryrefslogtreecommitdiff
path: root/sysutils/py-python-nomad/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-09-01 11:46:22 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-09-01 11:46:24 +0000
commite9148ce0453ccc8db5af73084b56eaaa914f07e3 (patch)
treedb82b0ac60499732bb740a65055eaf9bfa970259 /sysutils/py-python-nomad/Makefile
parentsysutils/pwsafe: the port had been improved (+) (diff)
Cleanup: for ports under s* categories, drop redundant GH_* knobs.
Diffstat (limited to 'sysutils/py-python-nomad/Makefile')
-rw-r--r--sysutils/py-python-nomad/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/py-python-nomad/Makefile b/sysutils/py-python-nomad/Makefile
index 18ca58c04a6d..e538b9d422b8 100644
--- a/sysutils/py-python-nomad/Makefile
+++ b/sysutils/py-python-nomad/Makefile
@@ -12,12 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR}
-USES= python:3.3+
-
+USES= python
USE_GITHUB= yes
GH_ACCOUNT= jrxFive
-GH_PROJECT= python-nomad
-
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>