mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
30 lines
571 B
Makefile
30 lines
571 B
Makefile
COMMENT = create spreadsheet files compatible with MS Excel 95-2003
|
|
|
|
MODPY_DISTV = 1.3.0
|
|
|
|
DISTNAME = xlwt-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = textproc devel
|
|
|
|
HOMEPAGE = http://www.python-excel.org/
|
|
|
|
MAINTAINER = Lucas Raab <tuftedocelot@fastmail.fm>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-six
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-xlwt
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.py ${PREFIX}/share/examples/py-xlwt
|
|
|
|
.include <bsd.port.mk>
|