blob: e03461bc1dd7bfa1c271da91095614b0bc99ca2d (
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
|
# $FreeBSD$
PORTNAME= orange3-educational
DISTVERSION= 0.1.8
PORTREVISION= 2
CATEGORIES= misc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Orange add-on: widgets for machine learning and data mining
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= orange3>0:misc/orange3
USES= python:3.4+
USE_GITHUB= yes
GH_ACCOUNT= biolab
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|