1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/science/pybrain/Makefile
Wen Heping de1d8e3315 - Update to 0.3.2
- Add STAGE support
- Add LICENSE

PR:		190343
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-31 13:59:02 +00:00

26 lines
500 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pybrain
PORTVERSION= 0.3.2
CATEGORIES= science python
DISTNAME= PyBrain-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= PyBrain is the swiss army knife for neural networking
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.1:${PORTSDIR}/science/py-scipy
GH_ACCOUNT= ${PORTNAME}
GH_COMMIT= a56fafc
USE_GITHUB= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>