9a0d3ba523
PR: ports/155184 Submitted by: Wen Heping (myself) Approved by: maintainer
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# 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
|
|
|
|
PLIST_SUB= PYTHON_VER=${PYTHON_VER}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|