freebsd-ports/databases/py-dbutils/Makefile
Li-Wen Hsu 4c920b7dad - Update to 0.9.3 [1]
- Respect NOPORTDOCS
- Change MAINTAINER from ports@ to python@
- Add CHEESESHOP to MASTER_SITES

PR:		ports/113781 [1]
Submitted by:	Bernd Schwendele <bernd AT schwebekoma.de> [1]
2007-06-18 15:59:24 +00:00

30 lines
690 B
Makefile

# New ports collection makefile for: py-dbutils
# Date created: 2005-11-02
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= dbutils
PORTVERSION= 0.9.3
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= yes
USE_PYDISTUTILS=yes
DOCSDIR= ${TARGETDIR}/share/doc/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/DBUtils/Docs/ ${DOCSDIR}
.endif
.include <bsd.port.mk>