freebsd-ports/textproc/py-xlsxwriter/Makefile
2018-11-17 21:34:36 +00:00

20 lines
434 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= XlsxWriter
PORTVERSION= 1.1.2
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
NO_ARCH= yes
USES= python
USE_PYTHON= concurrent distutils autoplist
.include <bsd.port.mk>