freebsd-ports/databases/py-dbutils/Makefile
Marcus von Appen abd6bee2ef - Enable stagedir support
- Convert to PYDISTUTILS_AUTOPLIST
- Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes
2014-01-23 20:07:31 +00:00

20 lines
458 B
Makefile

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= dbutils
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
COMMENT= Providing solid, persistent, and pooled connections to a database
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>