diff options
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index d70511f7b31..6d1faf0b91c 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2001/05/14 15:04:50 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/25 20:40:03 mjl Exp $ # -DISTNAME= DBD-Pg-0.95 -PKGNAME= p5-DBD-postgresql-0.93 +VER= 0.99 +DISTNAME= DBD-Pg-${VER} +PKGNAME= p5-DBD-postgresql-${VER} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |