mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
Changes: https://github.com/wireservice/agate-dbf/blob/0.2.3/CHANGELOG.rst Reported by: portscout, repology
21 lines
492 B
Makefile
21 lines
492 B
Makefile
PORTNAME= agate-dbf
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Support reading dbf files for agate
|
|
WWW= https://agate-dbf.rtfd.org/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dbfread>=2.0.5:textproc/py-dbfread@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|