aboutsummaryrefslogblamecommitdiff
path: root/biology/py-pandas-charm/Makefile
blob: 2c862c66e12a48e2f44dde0cfac2a47a6fee1e5d (plain) (tree)
1
2
3
4
5



                            
                 









                                                                             
                                                                           
 
                           




                                   
# $FreeBSD$

PORTNAME=	pandas-charm
DISTVERSION=	0.3.0
PORTREVISION=	1
CATEGORIES=	biology python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library for getting character matrices into and out of pandas

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>