aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-xlrd/Makefile
blob: 568da0c7a35df73975dd9807e19c33e85427bbe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Dikshie
# $FreeBSD$

PORTNAME=   xlrd
PORTVERSION=    0.9.2
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT=    Reading data and formatting information from Excel files

USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>