freebsd-ports/textproc/py-xlsxwriter/Makefile
2018-08-17 13:31:48 +00:00

20 lines
434 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= XlsxWriter
PORTVERSION= 1.0.7
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>