diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-11 04:52:40 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-11 04:52:40 +0000 |
commit | 2eae5abe303340c9fb9b4e8d6021cbf9485b8f46 (patch) | |
tree | d52a85515a8a890d904500d3bf0a8fe1389efb5a /science/libsvm-python | |
parent | 15d1eefbb0632cc215f1981186df0a1e2c524663 (diff) | |
download | ports-2eae5abe303340c9fb9b4e8d6021cbf9485b8f46.tar.gz ports-2eae5abe303340c9fb9b4e8d6021cbf9485b8f46.zip |
Notes
Diffstat (limited to 'science/libsvm-python')
-rw-r--r-- | science/libsvm-python/Makefile | 16 | ||||
-rw-r--r-- | science/libsvm-python/pkg-descr | 4 |
2 files changed, 20 insertions, 0 deletions
diff --git a/science/libsvm-python/Makefile b/science/libsvm-python/Makefile new file mode 100644 index 000000000000..380974cfce7a --- /dev/null +++ b/science/libsvm-python/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: libsvm-python +# Date Created: Nov 16 2004 +# Whom: rafan@infor.org +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -python + +MAINTAINER= rafan@infor.org + +MASTERDIR= ${.CURDIR}/../../science/libsvm + +WITH_PYTHON= yes + +.include "${MASTERDIR}/Makefile" diff --git a/science/libsvm-python/pkg-descr b/science/libsvm-python/pkg-descr new file mode 100644 index 000000000000..483d252fd2dd --- /dev/null +++ b/science/libsvm-python/pkg-descr @@ -0,0 +1,4 @@ +This slave port adds Python interface to LIBSVM. + +WWW: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ +Author: Chih-Chung Chang and Chih-Jen Lin <cjlin@csie.ntu.edu.tw> |