freebsd-ports/textproc/py-xlrd/Makefile
Rene Ladan 50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00

17 lines
337 B
Makefile

# 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
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>