aboutsummaryrefslogtreecommitdiff
path: root/math/libneural
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-20 19:00:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-20 19:00:52 +0000
commit2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b (patch)
tree5d08222d6b73d9f9af96df3e575f949469caf443 /math/libneural
parent9db6b4e20b78473ae9952b5c4157057b33d376f2 (diff)
downloadports-2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b.tar.gz
ports-2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b.zip
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=75971
Diffstat (limited to 'math/libneural')
-rw-r--r--math/libneural/Makefile1
-rw-r--r--math/libneural/pkg-comment1
2 files changed, 1 insertions, 1 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile
index b1d947a00676..10f4330d7a5d 100644
--- a/math/libneural/Makefile
+++ b/math/libneural/Makefile
@@ -11,6 +11,7 @@ CATEGORIES= math devel
MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/
MAINTAINER= ports@FreeBSD.org
+COMMENT= C++ implementation of the classic 3-layer perceptron in library form
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
diff --git a/math/libneural/pkg-comment b/math/libneural/pkg-comment
deleted file mode 100644
index 031aaa9f795b..000000000000
--- a/math/libneural/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-C++ implementation of the classic 3-layer perceptron in library form