2013-09-20 22:48:30 +00:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-11-19 13:44:38 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pybrain
|
2014-05-31 13:59:02 +00:00
|
|
|
PORTVERSION= 0.3.2
|
2009-11-19 13:44:38 +00:00
|
|
|
CATEGORIES= science python
|
|
|
|
DISTNAME= PyBrain-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= PyBrain is the swiss army knife for neural networking
|
|
|
|
|
2014-05-31 13:59:02 +00:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2009-11-19 13:44:38 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.1:${PORTSDIR}/science/py-scipy
|
|
|
|
|
2014-05-31 13:59:02 +00:00
|
|
|
GH_ACCOUNT= ${PORTNAME}
|
|
|
|
GH_COMMIT= a56fafc
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
|
2009-11-19 13:44:38 +00:00
|
|
|
USE_PYTHON= yes
|
2014-05-31 13:59:02 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2009-11-19 13:44:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|