ff9fd31b7f
- Stage support - Bump PORTREVISION
18 lines
366 B
Makefile
18 lines
366 B
Makefile
# Created by: Dikshie
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlrd
|
|
PORTVERSION= 0.9.2
|
|
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
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|