mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ba5a82b53b
Approved by: delphij (mentor)
17 lines
310 B
Makefile
17 lines
310 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
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|