blob: 4978ebb5acff581dafe8b85c1ec6bcef43015e43 (
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
|
# New ports collection makefile for: PyBrain
# Date created: 18 Nov, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pybrain
PORTVERSION= 0.3
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
DISTNAME= PyBrain-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= PyBrain is the swiss army knife for neural networking
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.1:${PORTSDIR}/science/py-scipy
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= PyBrain
.include <bsd.port.mk>
|