blob: f41dfcc980e9f39a99b0a4e11852b6968c347440 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xlrd
# Date created: 2009-08-19
# Whom: Dikshie
#
# $FreeBSD$
#
PORTNAME= xlrd
PORTVERSION= 0.7.1
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.6
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|