summaryrefslogtreecommitdiff
path: root/databases/py-dbf/Makefile
blob: 79c80a2a2807cd2f80ad5ea2b868c12964f4a37e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>