freebsd-ports/databases/py-dbf/Makefile

20 lines
369 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= dbf
2014-05-14 08:49:07 +02:00
PORTVERSION= 0.95.012
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
2010-01-09 14:44:45 +01:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure python package for reading/writing dbf files
LICENSE= BSD3CLAUSE
2014-03-07 17:49:09 +01:00
USES= zip
2013-05-01 16:51:55 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>