freebsd-ports/textproc/py-xlwt/Makefile
Steve Wills f03e95d116 textproc/py-xlwt: Upgrade to 1.3.0
PR:		225188
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	dikshie@sfc.wide.ad.jp (maintainer)
2018-02-03 04:35:20 +00:00

20 lines
380 B
Makefile

# Created by: Dikshie
# $FreeBSD$
PORTNAME= xlwt
PORTVERSION= 1.3.0
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
NO_ARCH= yes
.include <bsd.port.mk>