freebsd-ports/misc/py-orange3-associate/Makefile

24 lines
508 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= orange3-associate
DISTVERSION= 1.1.5-5
DISTVERSIONSUFFIX= -ge82d0db
CATEGORIES= misc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Orange 3 add-on: Frequent itemsets and association rules mining
LICENSE= GPLv3+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.12.0:science/py-scipy@${PY_FLAVOR}
USES= python:3.4+
USE_GITHUB= yes
GH_ACCOUNT= biolab
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>