aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-openpyxl/Makefile
blob: 6e734fc2d7f872d7701615ff8fb8ec2c4d081534 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                                                  
                     







                                                                       
                                     
 

                                                                                        
 
                   

                                   
 
                      
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$

PORTNAME=	openpyxl
PORTVERSION=	2.5.3
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Python library to read/write Excel 2007 xlsx/xlsm files

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENCE.rst

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile@${PY_FLAVOR}

NO_ARCH=	yes
USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>