opnsense-ports/databases/py-dbf/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

17 lines
359 B
Makefile

PORTNAME= dbf
PORTVERSION= 0.99.3
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure python package for reading/writing dbf files
WWW= https://pypi.org/project/dbf/
LICENSE= BSD3CLAUSE
USES= dos2unix python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>