26 lines
744 B
Makefile
26 lines
744 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= orange3-bioinformatics
|
|
DISTVERSION= 3.2.2
|
|
CATEGORIES= biology python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Orange add-on providing common functionality for bioinformatics
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
|
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests-cache>0:www/py-requests-cache@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR}
|
|
|
|
USES= python:3.4+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= biolab
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|