blob: 0fe5ccd7d7b04ced8d7b0f614a353c499115f9bf (
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.90.004
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= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|