diff options
author | will <will@FreeBSD.org> | 2000-06-29 02:08:21 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-29 02:08:21 +0000 |
commit | b19133c7ffa524f67f81fb64a88707c6c069d93e (patch) | |
tree | bcfbfb80f47809672331aaf4b1f33e3c57fb93d3 /math/libneural/Makefile | |
parent | 5a7890ee1955103a7e1d3e531b1ca0558935f054 (diff) | |
download | FreeBSD-ports-b19133c7ffa524f67f81fb64a88707c6c069d93e.zip FreeBSD-ports-b19133c7ffa524f67f81fb64a88707c6c069d93e.tar.gz |
Add libneural in its new location, moved from devel to math category w/o
a repocopy because there's no history to preserve. Libneural is a C++
library implementation of the classic 3-layer perceptron.
Also release this port upon the people.
Move suggested by: reg
Diffstat (limited to 'math/libneural/Makefile')
-rw-r--r-- | math/libneural/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile new file mode 100644 index 0000000..ecb1ae2 --- /dev/null +++ b/math/libneural/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: libneural +# Date created: 14 Jun 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= libneural +PORTVERSION= 1.0.2 +CATEGORIES= devel +MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes + +.include <bsd.port.mk> |