blob: 047b2525d0b2a9c370a923e2636c50ad7f26c36b (
plain) (
tree)
|
|
# New ports collection makefile for: py-dbutils
# Date created: 2005-11-02
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= dbutils
PORTVERSION= 0.9.2
CATEGORIES= databases python
MASTER_SITES= http://www.w4py.org/downloads/DBUtils/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= DBUtils-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Providing solid, persistent and pooled connections to a database
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|