ad5a294ee3
- 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
16 lines
359 B
Makefile
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>
|