24 lines
583 B
Makefile
24 lines
583 B
Makefile
# New ports collection makefile for: py-dbutils
|
|
# Date created: 2005-11-02
|
|
# Whom: Choe, Cheng-Dae
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbutils
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://www.w4py.org/downloads/DBUtils/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= DBUtils-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Providing solid, persistent, and pooled connections to a database
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
PYDISTUTILS_PKGNAME= DBUtils
|
|
|
|
.include <bsd.port.mk>
|