08f604fb81
Reported by: portscout
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kim-query
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Helper routines for querying the OpenKIM repository
|
|
|
|
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>
|