summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-16 14:17:22 +0000
committerwiz <wiz@pkgsrc.org>2001-02-16 14:17:22 +0000
commit417e8bbabf32592822a77615f490f81af3c99be2 (patch)
tree85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/p5-DBD-postgresql/Makefile
parent6c0ff6d2791c86527492513d3f40f5586041e81e (diff)
downloadpkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r--databases/p5-DBD-postgresql/Makefile3
1 files changed, 2 insertions, 1 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