freebsd-ports/textproc/py-xlwt/Makefile

19 lines
366 B
Makefile
Raw Normal View History

# Created by: Dikshie
# $FreeBSD$
PORTNAME= xlwt
PORTVERSION= 1.1.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
LICENSE= BSD4CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>