freebsd-ports/textproc/py-xlrd/Makefile

17 lines
359 B
Makefile
Raw Normal View History

# Created by: Dikshie <dikshie@sfc.wide.ad.jp>
# $FreeBSD$
PORTNAME= xlrd
PORTVERSION= 0.9.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>