freebsd-ports/textproc/py-xlrd/Makefile
Greg Larkin ce109563ec - Expand the range of support Python versions
- Fix plist
- Bump PORTREVISION

Approved by:	dikshie at sfc dot wide dot ad dot jp (maintainer)
2010-07-30 14:16:56 +00:00

21 lines
415 B
Makefile

# New ports collection makefile for: xlrd
# Date created: 2009-08-19
# Whom: Dikshie
#
# $FreeBSD$
#
PORTNAME= xlrd
PORTVERSION= 0.7.1
PORTREVISION= 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.4-2.6
USE_PYDISTUTILS= yes
.include <bsd.port.mk>