b3532e1dcf
- Now libsvm-python installs only python interface bits and it should be buildable on Python 2.5
16 lines
322 B
Makefile
16 lines
322 B
Makefile
# New ports collection makefile for: libsvm-python
|
|
# Date Created: Nov 16 2004
|
|
# Whom: rafan@infor.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -python
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../science/libsvm
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|