22 lines
439 B
Makefile
22 lines
439 B
Makefile
# Created by: Dikshie <dikshie@sfc.wide.ad.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlrd
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Reading data and formatting information from Excel files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|