aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1999-03-10 16:16:03 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1999-03-10 16:16:03 +0000
commitb25df3c782f57433fc1e7130ba840f1bea6b83e0 (patch)
treee01e28760f638366eb606c04824fca94e3203809 /databases/p5-DBD-Pg/Makefile
parent5ff00d3ccad2a24aa1977cd41360a905a9843e52 (diff)
Notes
Diffstat (limited to 'databases/p5-DBD-Pg/Makefile')
-rw-r--r--databases/p5-DBD-Pg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 209a5477c137..3f30816a6af2 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: p5-DBD-Pg
-# Version required: 0.90
+# Version required: 0.91
# Date created: June 17th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.10 1998/11/28 00:54:29 asami Exp $
+# $Id: Makefile,v 1.11 1999/03/10 15:56:04 jfitz Exp $
#
-DISTNAME= DBD-Pg-0.90
-PKGNAME= p5-DBD-Pg-0.90
+DISTNAME= DBD-Pg-0.91
+PKGNAME= p5-DBD-Pg-0.91
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
MAINTAINER= jfitz@FreeBSD.ORG
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${PREFIX}/pgsql/lib/libpq.so.2:${PORTSDIR}/databases/postgresql
USE_PERL5= YES