2016-01-24 08:17:12 +01:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= XlsxWriter
|
2021-06-27 08:36:44 +02:00
|
|
|
PORTVERSION= 1.4.3
|
2016-01-24 08:17:12 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Python module for creating Excel XLSX files
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2016-12-17 21:52:45 +01:00
|
|
|
USE_PYTHON= concurrent distutils autoplist
|
2016-01-24 08:17:12 +01:00
|
|
|
|
2019-04-28 08:48:44 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2016-01-24 08:17:12 +01:00
|
|
|
.include <bsd.port.mk>
|