# $NetBSD: Makefile,v 1.6 2024/01/16 14:16:11 adam Exp $ DISTNAME= dbf-0.99.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dbf/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/ethanfurman/dbf COMMENT= Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-aenum-[0-9]*:../../devel/py-aenum USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"