mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a4643f1728
- now supports python3 up to 3.5 PR: 210768 Changes: http://xlwt.readthedocs.io/en/latest/changes.html Approved by: dikshie@sfc.wide.ad.jp (maintainer)
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# Created by: Dikshie
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlwt
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dikshie@sfc.wide.ad.jp
|
|
COMMENT= Writing data and formatting information from Excel files
|
|
|
|
LICENSE= BSD4CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|