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