View | Details | Raw Unified | Return to bug 209689
Collapse All | Expand All

(-)textproc/py-xlrd/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xlrd
4
PORTNAME=	xlrd
5
PORTVERSION=	0.9.3
5
PORTVERSION=	0.9.3
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-16 Link Here
11
COMMENT=	Reading data and formatting information from Excel files
12
COMMENT=	Reading data and formatting information from Excel files
12
13
13
USES=		python
14
USES=		python
14
USE_PYTHON=	autoplist distutils
15
USE_PYTHON=	autoplist concurrent distutils
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>

Return to bug 209689