1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/science/pybrain/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

26 lines
497 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pybrain
PORTVERSION= 0.3.2
PORTREVISION= 1
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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>