diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-09-21 16:48:43 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-09-21 16:48:43 +0000 |
commit | bfc22dc30747dd00bab2215ad4ac9e750ba172f4 (patch) | |
tree | 80a845b54d385a2185ac9cbf8b654c006edf572a /science | |
parent | fee43dede4065205fbd7a657a4758e561219f593 (diff) |
- Reassign to the heap
Notes
Notes:
svn path=/head/; revision=282132
Diffstat (limited to 'science')
-rw-r--r-- | science/pynn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/pynn/Makefile b/science/pynn/Makefile index dc17e972efcc..e64095be6fa5 100644 --- a/science/pynn/Makefile +++ b/science/pynn/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyNN-${PORTVERSION} -MAINTAINER= jupengfei@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A simulator-independent language for building neuronal network models BUILD_DEPENDS= ${PYNUMPY} |