diff options
author | jwise <jwise@pkgsrc.org> | 2001-04-06 23:48:49 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-04-06 23:48:49 +0000 |
commit | 2f9af9bf609f63c6164a80bc2f8dc3e1c202f099 (patch) | |
tree | 7d28359997ec4c3dda16d27c019d9a5980c302fc /databases/odbc-postgresql | |
parent | f5c6ebd6fdd2d87f8ff8850d2852468e54f11539 (diff) | |
download | pkgsrc-2f9af9bf609f63c6164a80bc2f8dc3e1c202f099.tar.gz |
Add a MAINTAINER field.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r-- | databases/odbc-postgresql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/odbc-postgresql/Makefile b/databases/odbc-postgresql/Makefile index 504108e4e8b..37a9163ed89 100644 --- a/databases/odbc-postgresql/Makefile +++ b/databases/odbc-postgresql/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/06 21:59:59 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/06 23:48:49 jwise Exp $ .include "../../databases/postgresql/Makefile.common" PKGNAME= odbc-${DISTNAME} COMMENT= ODBC interface to PostgreSQL +MAINTAINER= jwise@netbsd.org DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql |