diff options
author | knu <knu@FreeBSD.org> | 2003-02-20 19:00:52 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-20 19:00:52 +0000 |
commit | 66c6ef19ff0cf0a222b04df73f786d6f2fda0365 (patch) | |
tree | 2a30f3373c716f098b0668e0d242b1e70617b51b /math/libneural | |
parent | 485f0913f4a15d35cfc417121f93047431847efe (diff) | |
download | FreeBSD-ports-66c6ef19ff0cf0a222b04df73f786d6f2fda0365.zip FreeBSD-ports-66c6ef19ff0cf0a222b04df73f786d6f2fda0365.tar.gz |
De-pkg-comment.
Diffstat (limited to 'math/libneural')
-rw-r--r-- | math/libneural/Makefile | 1 | ||||
-rw-r--r-- | math/libneural/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile index b1d947a..10f4330 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 031aaa9..0000000 --- a/math/libneural/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ implementation of the classic 3-layer perceptron in library form |