diff options
author | recht <recht@pkgsrc.org> | 2004-07-24 22:48:13 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-24 22:48:13 +0000 |
commit | e181ac3e68c2279691abd66b12fa57768e64d883 (patch) | |
tree | 9e0930ff5b6833301aa97db348272399350e42bc /databases/py-postgresql/Makefile | |
parent | 8dc45652d46a220002347a3b36987cfcc6720ea4 (diff) | |
download | pkgsrc-e181ac3e68c2279691abd66b12fa57768e64d883.tar.gz |
Delete old postgresql packages now that we have the postgresql73 ones.
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r-- | databases/py-postgresql/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile deleted file mode 100644 index d4897325e6f..00000000000 --- a/databases/py-postgresql/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile,v 1.34 2004/07/24 22:45:15 recht Exp $ - -PKGNAME= ${PYPKGPREFIX}-postgresql-3.3 -PKGREVISION= 3 -CATEGORIES= databases python - -MAINTAINER= darcy@NetBSD.org -COMMENT= Python interface to PostgreSQL - -USE_BUILDLINK3= yes - -.include "../postgresql/Makefile.common" - -CONFIGURE_ARGS+= --with-python -CONFIGURE_ARGS+= --with-python-compile -CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" - -MAKEFILE= GNUmakefile -MAKE_ENV+= INSTALLED_LIBPQ=1 -MAKEFLAGS+= PYTHON_VERSION=${PYVERSSUFFIX} - -PY_PATCHPLIST= yes -PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} - -BUILD_DIRS= ${WRKSRC}/src/interfaces/python -DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql - -post-install: - ${INSTALL_DATA_DIR} ${DOCDIR}/tutorial - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} - for file in ${WRKSRC}/src/interfaces/python/tutorial/*.py; do \ - ${INSTALL_DATA} $${file} ${DOCDIR}/tutorial; \ - done - -.include "../../time/py-mxDateTime/buildlink3.mk" -.include "../../lang/python/extension.mk" - -.include "../../mk/pgsql.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |