diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-28 00:08:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-28 00:08:32 +0000 |
commit | 3dc191f0efccc98ffa7f90846063c00fa325344c (patch) | |
tree | b3f9dafe3ddae3e5e40b156b027103f9eb015658 /devel/Makefile | |
parent | 93bb3e964af10c41270d64c69996f32040e33ae3 (diff) | |
download | ports-3dc191f0efccc98ffa7f90846063c00fa325344c.tar.gz ports-3dc191f0efccc98ffa7f90846063c00fa325344c.zip |
Add p5-Algorithm-SVM 0.06, perl bindings for the libsvm Support
Vector Machine library.
PR: 60614
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=96713
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d6b35a9e8993..e655c99d1b04 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -516,6 +516,7 @@ SUBDIR += p5-Algorithm-Networksort SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute + SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias SUBDIR += p5-App-Info SUBDIR += p5-AppConfig |