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

PORTNAME=   openpyxl
PORTVERSION=    1.8.6
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=  1

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

LICENSE=    MIT

DEPRECATED= Use textproc/py-openpyxl instead
CONFLICTS_INSTALL=  ${PYTHON_PKGNAMEPREFIX}openpyxl-[0-9]*

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>