aboutsummaryrefslogblamecommitdiff
path: root/science/py-liac-arff/Makefile
blob: 72c1807fc2ff79bc6d8b6ead75f48a8f3f2f80aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                         
                     










                                                                         
                           




                                              
PORTNAME=	liac-arff
PORTVERSION=	2.5.0
CATEGORIES=	science python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Read and write ARFF files in Python

LICENSE=	MIT

TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>