From b8c06517e36dc3e0a97e016e48e80ee36272e059 Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Thu, 24 Oct 1996 09:59:32 +0000 Subject: Add RUN_DEPENDS to all perl5 ports, to make packages install perl. Submitted by: asami@freebsd.org --- devel/p5-BSD-Resource/Makefile | 4 +++- devel/p5-C-Scan/Makefile | 3 ++- devel/p5-Config-IniFiles/Makefile | 3 ++- devel/p5-ConfigReader/Makefile | 3 ++- devel/p5-Curses/Makefile | 3 ++- devel/p5-Data-Flow/Makefile | 3 ++- devel/p5-File-BasicFlock/Makefile | 3 ++- devel/p5-File-Lock/Makefile | 3 ++- devel/p5-File-Slurp/Makefile | 3 ++- devel/p5-File-Tools/Makefile | 3 ++- devel/p5-Include/Makefile | 3 ++- devel/p5-IniConf/Makefile | 3 ++- devel/p5-Ioctl/Makefile | 3 ++- devel/p5-Time/Makefile | 3 ++- 14 files changed, 29 insertions(+), 14 deletions(-) (limited to 'devel') diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile index 509be575378e..27ffaca689bc 100644 --- a/devel/p5-BSD-Resource/Makefile +++ b/devel/p5-BSD-Resource/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/23 23:56:54 jfitz Exp $ # DISTNAME= BSD-Resource-1.03 @@ -19,6 +19,8 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/BSD/ \ 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/devel/p5-C-Scan/Makefile b/devel/p5-C-Scan/Makefile index 2b2e14b9f513..4e61f1d1bcb8 100644 --- a/devel/p5-C-Scan/Makefile +++ b/devel/p5-C-Scan/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 07:55:29 jfitz Exp $ # DISTNAME= C-Scan-0.3 @@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Data/Flow.pm:${PORTSDIR}/perl5/Data-Flow +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index 51eb383ffbcb..3c5b314d0f7d 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:11:10 jfitz Exp $ # DISTNAME= IniConf.pm-0.91 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/IniConf 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/devel/p5-ConfigReader/Makefile b/devel/p5-ConfigReader/Makefile index 3fde9842864f..76282518ff3d 100644 --- a/devel/p5-ConfigReader/Makefile +++ b/devel/p5-ConfigReader/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 07:56:23 jfitz Exp $ # DISTNAME= ConfigReader-0.5 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/ConfigR MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_BUILD= YES diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index d7a84facd3d8..c5382d55e7a6 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 07:57:07 jfitz Exp $ # DISTNAME= Curses-1.0 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Curses/ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 pre-configure: @ ln -s ${WRKSRC}/hints/c-freebsd.ncurses.h ${WRKSRC}/c-config.h diff --git a/devel/p5-Data-Flow/Makefile b/devel/p5-Data-Flow/Makefile index d254ef3c9f1c..1e1dfdd30221 100644 --- a/devel/p5-Data-Flow/Makefile +++ b/devel/p5-Data-Flow/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 07:59:26 jfitz Exp $ # DISTNAME= Data-Flow-0.04 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Data/ \ 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/devel/p5-File-BasicFlock/Makefile b/devel/p5-File-BasicFlock/Makefile index ee996d37341e..ab9780eef8e8 100644 --- a/devel/p5-File-BasicFlock/Makefile +++ b/devel/p5-File-BasicFlock/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:01:27 jfitz Exp $ # DISTNAME= File-BasicFLock-96.072401 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/File/ \ 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/devel/p5-File-Lock/Makefile b/devel/p5-File-Lock/Makefile index f8a61912bc1b..5e20651d0dc7 100644 --- a/devel/p5-File-Lock/Makefile +++ b/devel/p5-File-Lock/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:02:43 jfitz Exp $ # DISTNAME= File-Lock-0.9 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/File/ \ 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/devel/p5-File-Slurp/Makefile b/devel/p5-File-Slurp/Makefile index dbcec4b074ba..04cb3d6400a3 100644 --- a/devel/p5-File-Slurp/Makefile +++ b/devel/p5-File-Slurp/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:04:17 jfitz Exp $ # DISTNAME= File-Slurp-96.042202 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/File/ \ 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/devel/p5-File-Tools/Makefile b/devel/p5-File-Tools/Makefile index 29d9fb4ed08a..2bdcd9b7b397 100644 --- a/devel/p5-File-Tools/Makefile +++ b/devel/p5-File-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:06:28 jfitz Exp $ # DISTNAME= File-Tools-2.0 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/File/ \ 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/devel/p5-Include/Makefile b/devel/p5-Include/Makefile index 33257c1248a0..4872f07c252e 100644 --- a/devel/p5-Include/Makefile +++ b/devel/p5-Include/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:08:20 jfitz Exp $ # DISTNAME= Include-1.02a @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Include 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/devel/p5-IniConf/Makefile b/devel/p5-IniConf/Makefile index 51eb383ffbcb..3c5b314d0f7d 100644 --- a/devel/p5-IniConf/Makefile +++ b/devel/p5-IniConf/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:11:10 jfitz Exp $ # DISTNAME= IniConf.pm-0.91 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/IniConf 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/devel/p5-Ioctl/Makefile b/devel/p5-Ioctl/Makefile index bc9f0a846c45..30491d65d34e 100644 --- a/devel/p5-Ioctl/Makefile +++ b/devel/p5-Ioctl/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:15:36 jfitz Exp $ # DISTNAME= Ioctl-0_7 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Ioctl/ 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/devel/p5-Time/Makefile b/devel/p5-Time/Makefile index 7da67d7b7edd..2576492dbb2e 100644 --- a/devel/p5-Time/Makefile +++ b/devel/p5-Time/Makefile @@ -3,7 +3,7 @@ # Date created: October 12th 1996 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:17:02 jfitz Exp $ # DISTNAME= Time-modules-96.100201 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Time/ \ 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 -- cgit