aboutsummaryrefslogblamecommitdiff
path: root/science/py-liac-arff/Makefile
blob: 939fb7e4653f03aecfd343ddb3b51bcb8b90c5a4 (plain) (tree)
1
2
3
4
                                                  

                         
                     










                                                                         
                           




                                              
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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>