mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7aae624646
- add LICENSE PR: 209550 Submitted by: matthew Approved by: dikshie@sfc.wide.ad.jp (maintainer timeout)
19 lines
391 B
Makefile
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>
|