aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-dbfread/Makefile
blob: d222861cd8650a2d40d74540ab80a6d7ba29fe5d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                       
                     










                                                                       
                           


                                   
PORTNAME=	dbfread
PORTVERSION=	2.0.7
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Read DBF files, returning data as native Python objects

LICENSE=	MIT

NO_ARCH=	yes

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>