2eae5abe30
PR: ports/73981 Submitted by: Rong-En Fan <rafan(at)infor.org>
16 lines
308 B
Makefile
16 lines
308 B
Makefile
# 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"
|