diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
commit | 417e8bbabf32592822a77615f490f81af3c99be2 (patch) | |
tree | 85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/py-postgresql | |
parent | 6c0ff6d2791c86527492513d3f40f5586041e81e (diff) | |
download | pkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 3 | ||||
-rw-r--r-- | databases/py-postgresql/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 741810a8db9..ef9245cb809 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/12/22 18:42:54 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/16 14:17:39 wiz Exp $ DISTNAME= PyGreSQL-3.1 PKGNAME= py-postgresql-3.1 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.druid.net/pygresql/ +COMMENT= PostgreSQL interface for Python DEPENDS+= python-2.*:../../lang/python DEPENDS+= postgresql-7.*:../../databases/postgresql diff --git a/databases/py-postgresql/pkg/COMMENT b/databases/py-postgresql/pkg/COMMENT deleted file mode 100644 index 77c05944dc8..00000000000 --- a/databases/py-postgresql/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -PostgreSQL interface for Python |