aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-dbf/Makefile
blob: 0856af2ed190cd7932994abdbb7ce26e21d1f619 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    dbf
# Date created:             9th Jan, 2010
# Whom:                 Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   dbf
PORTVERSION=    0.87.14
CATEGORIES= databases python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Pure python package for reading/writing dbf files

USE_ZIP=    yes
USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>