1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/py-xlutils/Makefile
2021-04-06 16:31:07 +02:00

22 lines
572 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
PORTNAME= xlutils
PORTVERSION= 2.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Utilities for working with Excel files that require both xlrd and xlwt
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:textproc/py-xlrd@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>