freebsd-ports/science/pybrain/Makefile

20 lines
466 B
Makefile

# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>