1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/py-xlwt/Makefile
Kurt Jaeger a4643f1728 textproc/py-xlwt: 0.7.5 -> 1.1.2
- 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)
2016-07-04 18:02:21 +00:00

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>