summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 09:59:32 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 09:59:32 +0000
commitb8c06517e36dc3e0a97e016e48e80ee36272e059 (patch)
treece30896af187d255bbbdecd80a028739006bf7fd /databases
parentMake tk dependancy rely on the libary, not the header file. (diff)
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by: asami@freebsd.org
Notes
Notes: svn path=/head/; revision=4134
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI-137/Makefile3
-rw-r--r--databases/p5-DBI/Makefile3
-rw-r--r--databases/p5-Msql/Makefile3
-rw-r--r--databases/p5-Pg/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
index 758f0586d295..5bcc1025bfb2 100644
--- a/databases/p5-DBI-137/Makefile
+++ b/databases/p5-DBI-137/Makefile
@@ -3,7 +3,7 @@
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/10/23 23:52:52 jfitz Exp $
#
DISTNAME= DBI-0.73
@@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/DBI/ \
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 758f0586d295..5bcc1025bfb2 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -3,7 +3,7 @@
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/10/23 23:52:52 jfitz Exp $
#
DISTNAME= DBI-0.73
@@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/DBI/ \
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile
index df0e17f23c09..96dfbbcbd2fd 100644
--- a/databases/p5-Msql/Makefile
+++ b/databases/p5-Msql/Makefile
@@ -3,7 +3,7 @@
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/10/23 23:53:25 jfitz Exp $
+# $Id: Makefile,v 1.2 1996/10/24 07:49:44 jfitz Exp $
#
DISTNAME= MsqlPerl-1.11
@@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/Minerva/lib/libmsql.a:${PORTSDIR}/databases/msql \
perl5.003:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile
index 9eb813faf5b8..9848dd9da34a 100644
--- a/databases/p5-Pg/Makefile
+++ b/databases/p5-Pg/Makefile
@@ -3,7 +3,7 @@
# Date created: October 19th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/10/23 23:59:20 jfitz Exp $
#
DISTNAME= pg95perl5-1.2.0
@@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
${PREFIX}/postgres95/lib/libpq.a:${PORTSDIR}/databases/postgres95
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL