Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
19 lines
375 B
Makefile
19 lines
375 B
Makefile
PORTNAME= dbf
|
|
PORTVERSION= 0.99.3
|
|
PORTREVISION= 1
|
|
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>
|