aboutsummaryrefslogtreecommitdiff
path: root/misc/py-orange3-associate/Makefile
blob: 2b1d78e6bc27383b1c0076b5e09ef9936ae588f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	orange3-associate
DISTVERSION=	1.1.8
PORTREVISION=	1
CATEGORIES=	misc python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Orange 3 add-on: Frequent itemsets and association rules mining
WWW=		https://github.com/biolab/orange3-associate

LICENSE=	GPLv3+

RUN_DEPENDS=	orange3>0:misc/orange3 \
		${PYNUMPY} \
		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}

USES=		python:3.4+
USE_PYTHON=	distutils autoplist

USE_GITHUB=	yes
GH_ACCOUNT=	biolab

.include <bsd.port.mk>