diff options
author | mjl <mjl@pkgsrc.org> | 2002-03-14 22:23:36 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-03-14 22:23:36 +0000 |
commit | 6ef2a68bc0279c4ef260960b8ae449af578eea24 (patch) | |
tree | 80bd94dbcf0af91c23479734ef790d6f7a240df1 /databases/p5-DBD-postgresql/Makefile | |
parent | fbb2503ad958ff4835cd12abfb77bb2edd1739bc (diff) | |
download | pkgsrc-6ef2a68bc0279c4ef260960b8ae449af578eea24.tar.gz |
Update p5-DBD-postgresql to 1.11
* Pg.pm (quote): Applied patch to simplfiy and speed up quoting.
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index c1eb7f4ae44..5d50197a035 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2001/11/26 06:49:41 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/14 22:23:36 mjl Exp $ # -VER= 1.01 +VER= 1.11 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/JBAKER/} MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ |