aboutsummaryrefslogtreecommitdiff
path: root/science/pybrain/Makefile
blob: 9427fad0484a712482797276b1e2389ba4283a1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	pybrain
PORTVERSION=	0.3.3
PORTREVISION=	4
CATEGORIES=	science python

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Swiss Army knife for neural networking

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scipy>=0.7.1:science/py-scipy@${PY_FLAVOR}

USE_GITHUB=	yes

USES=		python:3.6+
USE_PYTHON=	autoplist distutils concurrent optsuffix

.include <bsd.port.mk>