freebsd-ports/databases/py-dbutils/Makefile

20 lines
443 B
Makefile
Raw Normal View History

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= dbutils
2011-08-24 11:00:57 +02:00
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
2012-07-25 08:32:06 +02:00
COMMENT= Providing solid, persistent, and pooled connections to a database
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>