fac5fb2fc8
From David Weller-Fahy in PR pkg/54340. DBF is a file format used by databases such dBase, Visual FoxPro, and FoxBase+. This library reads DBF files and returns the data as native Python data types for further processing. It is primarily intended for batch jobs and one-off scripts.
15 lines
475 B
Makefile
15 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/07/07 09:30:52 bsiegert Exp $
|
|
|
|
DISTNAME= dbfread-2.0.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python databases
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dbfread/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://dbfread.readthedocs.io/
|
|
COMMENT= Reads DBF files and returns the data as native Python data types
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|