freebsd-ports/databases/py-dbutils/Makefile
Martin Wilke c2da007b3c - Update to 0.9.2
PR:		ports/105670
Submitted by:	miwi
Approved by:	maintainer timeout
2006-12-06 08:52:14 +00:00

21 lines
514 B
Makefile

# 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= whitekid@gmail.com
COMMENT= Providing solid, persistent and pooled connections to a database
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>