1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/py-openpyxl1/Makefile
Antoine Brodin 60fd55715e - Update to 2.1.1
- Tighten CONFLICTS
2014-10-19 22:32:49 +00:00

23 lines
498 B
Makefile

# 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>