17 lines
364 B
Makefile
17 lines
364 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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|