ports/devel/py-xlsxwriter/Makefile

26 lines
422 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Python module for creating Excel XLSX files
MODPY_EGG_VERSION = 1.2.9
DISTNAME = XlsxWriter-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 4
CATEGORIES = devel
HOMEPAGE = https://xlsxwriter.readthedocs.io/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>