freebsd-ports/science/py-kim-query/Makefile

21 lines
435 B
Makefile
Raw Normal View History

PORTNAME= kim-query
DISTVERSION= 3.0.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Helper routines for querying the OpenKIM repository
WWW= https://github.com/openkim/kim-query
LICENSE= CDDL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>