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/p5-DBD-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/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index bc473440b90..ce6a5439ad6 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/07 11:53:50 mjl Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 14:17:32 wiz Exp $ # DISTNAME= DBD-Pg-0.95 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ +COMMENT= perl DBI/DBD driver for PostgreSQL databases DEPENDS+= postgresql>=6.5.3:../../databases/postgresql DEPENDS+= p5-DBI>=1.08:../../databases/p5-DBI diff --git a/databases/p5-DBD-postgresql/pkg/COMMENT b/databases/p5-DBD-postgresql/pkg/COMMENT deleted file mode 100644 index 7bb66b0db49..00000000000 --- a/databases/p5-DBD-postgresql/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -perl DBI/DBD driver for PostgreSQL databases |