2016-05-16 17:12:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dbfread
|
2016-11-26 19:18:37 +01:00
|
|
|
PORTVERSION= 2.0.7
|
2016-05-16 17:12:41 +02:00
|
|
|
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
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|