opnsense-ports/textproc/py-xlwt/Makefile
Franco Fichtner edbe60c5a1 */*: sync with upstream
Taken from: HardenedBSD
2018-02-03 15:38:01 +01:00

20 lines
380 B
Makefile

# Created by: Dikshie
# $FreeBSD$
PORTNAME= xlwt
PORTVERSION= 1.3.0
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
NO_ARCH= yes
.include <bsd.port.mk>