freebsd-ports/textproc/py-xlrd/Makefile
Ruslan Makhmatkhanov ad5a294ee3 textproc/py-xlrd: update to 0.9.3
- update to 0.9.3. This release adding python3 support.
- update description
- add minor style changes

PR:		197033
Submitted by:	rm (myself)
Approved by:	maintainer
2015-01-24 09:56:13 +00:00

16 lines
359 B
Makefile

# Created by: Dikshie <dikshie@sfc.wide.ad.jp>
# $FreeBSD$
PORTNAME= xlrd
PORTVERSION= 0.9.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>