opnsense-ports/textproc/py-xlwt/Makefile
Franco Fichtner 8cde128a49 */*: sync with upstream
Taken from: FreeBSD
2016-07-05 08:33:25 +02:00

18 lines
366 B
Makefile

# 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>