mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
14 lines
219 B
Makefile
14 lines
219 B
Makefile
# Created by: rafan@infor.org
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -python
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../science/libsvm
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|