freebsd-ports/databases/py-dbf/Makefile
Greg Larkin c5b417e05e - Restrict USE_PYTHON to 2.5+ due to compilation errors with Python 2.4
PR:		ports/149253
Submitted by:	glarkin
Approved by:	wen (via email)
2010-08-18 14:10:53 +00:00

21 lines
424 B
Makefile

# 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= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>