freebsd-ports/databases/py-dbutils/Makefile

21 lines
409 B
Makefile
Raw Normal View History

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= dbutils
PORTVERSION= 1.2
CATEGORIES= databases python
MASTER_SITES= 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
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>