2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Choe, Cheng-Dae
|
2006-01-03 23:12:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dbutils
|
2017-02-07 21:31:41 +01:00
|
|
|
PORTVERSION= 1.2
|
2006-01-03 23:12:27 +01:00
|
|
|
CATEGORIES= databases python
|
2017-02-05 11:06:22 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-01-03 23:12:27 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= DBUtils-${PORTVERSION}
|
|
|
|
|
2007-06-18 17:59:24 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2012-07-25 08:32:06 +02:00
|
|
|
COMMENT= Providing solid, persistent, and pooled connections to a database
|
2006-01-03 23:12:27 +01:00
|
|
|
|
2017-02-05 11:06:22 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2017-02-07 21:31:41 +01:00
|
|
|
USES= python
|
2017-02-05 11:06:22 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
2006-01-03 23:12:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|