forked from Lainports/freebsd-ports
19 lines
411 B
Makefile
19 lines
411 B
Makefile
PORTNAME= XlsxWriter
|
|
PORTVERSION= 3.1.9
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python module for creating Excel XLSX files
|
|
WWW= https://github.com/jmcnamara/XlsxWriter
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= concurrent distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|