freebsd-ports/science/pybrain/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

21 lines
482 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pybrain
PORTVERSION= 0.3
PORTREVISION= 2
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>