forked from Lainports/opnsense-ports
23 lines
514 B
Makefile
23 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= agate-excel
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Support reading Excel files for agate
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \
|
|
${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.4:textproc/py-xlrd \
|
|
${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|