aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1996-10-24 17:59:32 +0800
committerjfitz <jfitz@FreeBSD.org>1996-10-24 17:59:32 +0800
commit9c4a3738a00a9be7c407145600f70cd863f4d4fb (patch)
tree5d9b2ee7b9ccd38d203afc2655c89b8ca55ba4d5 /net
parentbb3e6fa06cc3793b88609ff46ba11e9903a5c31f (diff)
downloadfreebsd-ports-gnome-9c4a3738a00a9be7c407145600f70cd863f4d4fb.tar.gz
freebsd-ports-gnome-9c4a3738a00a9be7c407145600f70cd863f4d4fb.tar.zst
freebsd-ports-gnome-9c4a3738a00a9be7c407145600f70cd863f4d4fb.zip
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by: asami@freebsd.org
Diffstat (limited to 'net')
-rw-r--r--net/p5-Archie/Makefile3
-rw-r--r--net/p5-Net/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile
index 97555d29c34d..0deeaef0d9c7 100644
--- a/net/p5-Archie/Makefile
+++ b/net/p5-Archie/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/24 08:28:51 jfitz Exp $
#
DISTNAME= perl_archie.1.5
@@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Archie/
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
NO_WRKSUBDIR= YES
NO_BUILD= YES
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index a77d7b9d42a2..dd3e5521c172 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -3,7 +3,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/10/24 08:32:19 jfitz Exp $
#
DISTNAME= libnet-1.01
@@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
${PREFIX}/lib/perl5/IO::Socket.pm:${PORTSDIR}/net/p5-IO
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL