1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/textproc/py-xlrd/Makefile
Kurt Jaeger 7aae624646 textproc/py-xlrd: 0.9.3 -> 1.0.0
- add LICENSE

PR:		209550
Submitted by:	matthew
Approved by:	dikshie@sfc.wide.ad.jp (maintainer timeout)
2016-07-03 08:15:25 +00:00

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