Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / py-dbutils / Makefile
1 # Created by: Choe, Cheng-Dae
2 # $FreeBSD$
3
4 PORTNAME=       dbutils
5 PORTVERSION=    1.3
6 CATEGORIES=     databases python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME=       DBUtils-${PORTVERSION}
10
11 MAINTAINER=     python@FreeBSD.org
12 COMMENT=        Providing solid, persistent, and pooled connections to a database
13
14 LICENSE=        MIT
15
16 NO_ARCH=        yes
17 USES=           python
18 USE_PYTHON=     autoplist distutils
19
20 .include <bsd.port.mk>