mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
22 lines
415 B
Makefile
22 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= 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.5-2.7
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|