freebsd-ports/textproc/py-openpyxl1/Makefile

23 lines
498 B
Makefile
Raw Normal View History

# 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
2014-10-20 00:32:49 +02:00
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl-[0-9]*
2014-08-29 19:28:42 +02:00
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>