freebsd-ports/databases/py-dbf/Makefile
2014-05-14 06:49:07 +00:00

19 lines
369 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= dbf
PORTVERSION= 0.95.012
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure python package for reading/writing dbf files
LICENSE= BSD3CLAUSE
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>