1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/science/brian/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

21 lines
517 B
Makefile

# Created by: wenheping@gmail.com
# $FreeBSD$
PORTNAME= brian
PORTVERSION= 1.4.3
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
MAINTAINER= wen@FreeBSD.org
COMMENT= Clock-driven simulator for spiking neural networks
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:math/py-numpy \
${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:science/py-scipy \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>