aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-openpyxl/Makefile
blob: 320137fa069f9369f98b6f2bef78ac4e72182e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$

PORTNAME=   openpyxl
PORTVERSION=    2.2.6
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:${PORTSDIR}/devel/py-jdcal

CONFLICTS_INSTALL=  ${PYTHON_PKGNAMEPREFIX}openpyxl1-[0-9]*

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>