aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-xlwt/Makefile
blob: c574b5a3e1ce380efefcd8df65bb455219fde58f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for: xlwt
# Date created:     2009-08-19
# Whom:         Dikshie
#
# $FreeBSD$

PORTNAME=   xlwt
PORTVERSION=    0.7.2
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT=    Writing data and formatting information from Excel files

USE_PYTHON= 2.5-2.6
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>