summaryrefslogtreecommitdiff
path: root/textproc/py-dbfread/Makefile
blob: 0f2d4cdb4764cf9df6b12bfe3c99cfde0b1fcd85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	dbfread
PORTVERSION=	2.0.7
PORTREVISION=	1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Read DBF files, returning data as native Python objects
WWW=		https://github.com/olemb/dbfread

LICENSE=	MIT

NO_ARCH=	yes

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>