diff options
Diffstat (limited to 'databases/py-dbutils/Makefile')
-rw-r--r-- | databases/py-dbutils/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/py-dbutils/Makefile b/databases/py-dbutils/Makefile new file mode 100644 index 0000000..c50200f --- /dev/null +++ b/databases/py-dbutils/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-dbutils +# Date created: 2005-11-02 +# Whom: Choe, Cheng-Dae +# +# $FreeBSD$ +# + +PORTNAME= dbutils +PORTVERSION= 0.8.1 +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> |