opnsense-ports/textproc/py-xlrd/Makefile
Franco Fichtner 6696b031de */*: sync with upstream
Taken from: FreeBSD
2016-07-03 20:36:26 +02:00

18 lines
391 B
Makefile

# Created by: Dikshie <dikshie@sfc.wide.ad.jp>
# $FreeBSD$
PORTNAME= xlrd
PORTVERSION= 1.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>