# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/py-openpyxl/Makefile 366531 2014-08-29 16:51:53Z antoine $

PORTNAME=	openpyxl
PORTVERSION=	2.0.5
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

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal

CONFLICTS_INSTALL=	py*-openpyxl1-[0-9]*

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
