diff options
64 files changed, 187 insertions, 189 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 06dc24287d9c..48790c1dcd9b 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/04/20 13:51:32 wosch Exp $ +# $Id: Makefile,v 1.7 1997/04/20 21:25:30 jfitz Exp $ # DISTNAME= Compress-Zlib-0.50 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Compress MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Compress::Zlib.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/converters/p5-Convert-UU/Makefile b/converters/p5-Convert-UU/Makefile index 4c892b7cdda8..9b222a44d9e4 100644 --- a/converters/p5-Convert-UU/Makefile +++ b/converters/p5-Convert-UU/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/04/20 21:26:38 jfitz Exp $ +# $Id: Makefile,v 1.8 1997/04/27 00:14:27 asami Exp $ # DISTNAME= Convert-UU-0.04 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Convert MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN1= puuencode.1 puudecode.1 MAN3= Convert::UU.3 diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index ef53ee393ea7..810e151ccba5 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: Makefile,v 1.4 1997/04/20 13:51:45 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:25:47 jfitz Exp $ # DISTNAME= DBI-0.79 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= DBI MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= DBI.3 DBI::W32ODBC.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index ef53ee393ea7..810e151ccba5 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: Makefile,v 1.4 1997/04/20 13:51:45 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:25:47 jfitz Exp $ # DISTNAME= DBI-0.79 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= DBI MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= DBI.3 DBI::W32ODBC.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile index b35a3ccb6f37..fb95263fe974 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.8 1997/04/20 13:51:47 wosch Exp $ +# $Id: Makefile,v 1.9 1997/04/20 21:25:54 jfitz Exp $ # DISTNAME= MsqlPerl-1.17 @@ -27,8 +27,8 @@ BUILD_DEPENDS= ${PREFIX}/Minerva/lib/libmsql.a:${PORTSDIR}/databases/msql/ CONFIGURE_ENV+= PREFIX=${PREFIX} -BUILD_DEPENDS+= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN1= pmsql.1 MAN3= Msql.3 diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index a0c3e98b35cb..467da3b025b6 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: Makefile,v 1.5 1997/04/20 13:51:48 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/20 21:26:04 jfitz Exp $ # DISTNAME= pg95perl5-1.5.4 @@ -16,9 +16,9 @@ MAINTAINER= jfitz@FreeBSD.ORG WRKSRC= ${WRKDIR}/pg95perl5 -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/pgsql/lib/libpq.a:${PORTSDIR}/databases/postgresql -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Pg.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/Makefile b/devel/Makefile index 371533bac6ea..9a3a9557f2d6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.54 1997/05/22 21:42:20 obrien Exp $ +# $Id: Makefile,v 1.55 1997/05/23 08:02:50 tg Exp $ # SUBDIR += SWIG @@ -36,7 +36,6 @@ SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Flow SUBDIR += p5-Date-Manip - SUBDIR += p5-ExtUtils-Embed SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Lock SUBDIR += p5-File-Slurp diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile index a93a018ef96e..155073c49008 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:51:51 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:11 jfitz Exp $ # DISTNAME= BSD-Resource-1.05 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= BSD MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= BSD::Resource.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-C-Scan/Makefile b/devel/p5-C-Scan/Makefile index 87f8977cae00..def114a8c2c1 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1996/11/18 08:45:29 asami Exp $ +# $Id: Makefile,v 1.6 1997/04/20 13:51:52 wosch Exp $ # DISTNAME= C-Scan-0.3 @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= C MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= C::Scan.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index 22b76f479096..979206a0f209 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:46:03 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:15 wosch Exp $ # DISTNAME= IniConf.pm-0.91 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= IniConf MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= IniConf.pm.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-ConfigReader/Makefile b/devel/p5-ConfigReader/Makefile index e2609eb5e4b3..ccae0ba4c2c5 100644 --- a/devel/p5-ConfigReader/Makefile +++ b/devel/p5-ConfigReader/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:45:33 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:51:54 wosch Exp $ # DISTNAME= ConfigReader-0.5 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ConfigReader MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_BUILD= YES diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index b6c07a57ea40..7e8262c422db 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/03/25 13:01:18 jfitz Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:51:55 wosch Exp $ # DISTNAME= Curses-1.01 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Curses MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Curses.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Data-Flow/Makefile b/devel/p5-Data-Flow/Makefile index ebff438c48da..9945261851c7 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:45:43 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:51:58 wosch Exp $ # DISTNAME= Data-Flow-0.04 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Data MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Data::Flow.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index faca953312ba..38626dcf7fa5 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -3,7 +3,7 @@ # Date created: April 28th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/04/28 18:49:15 jfitz Exp $ # DISTNAME= DateManip-5.10 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Date MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Date::Manip.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-File-BasicFlock/Makefile b/devel/p5-File-BasicFlock/Makefile index d360aaf6f5b4..a7ff790f258e 100644 --- a/devel/p5-File-BasicFlock/Makefile +++ b/devel/p5-File-BasicFlock/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:45:46 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:00 wosch Exp $ # DISTNAME= File-BasicFLock-96.072401 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= File MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= File::BasicFlock.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-File-Lock/Makefile b/devel/p5-File-Lock/Makefile index 4665bcd2beff..a350654206f4 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:45:48 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:06 wosch Exp $ # DISTNAME= File-Lock-0.9 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= File MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${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 62994ec66356..4b739a0b357a 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:45:51 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:09 wosch Exp $ # DISTNAME= File-Slurp-96.042202 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= File MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= File::Slurp.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-File-Tools/Makefile b/devel/p5-File-Tools/Makefile index cb975b80684b..9a25114d3c4f 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 <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:45:57 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:11 wosch Exp $ # DISTNAME= File-Tools-2.0 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= File MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= File::Tools.3 File::Recurse.3 File::Copy.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile index 3026ae29c45c..b194f0fd1b62 100644 --- a/devel/p5-Include/Makefile +++ b/devel/p5-Include/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/20 11:45:18 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:14 wosch Exp $ # DISTNAME= Include-1.02a @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Include MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Include.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-IniConf/Makefile b/devel/p5-IniConf/Makefile index 22b76f479096..979206a0f209 100644 --- a/devel/p5-IniConf/Makefile +++ b/devel/p5-IniConf/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:46:03 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:15 wosch Exp $ # DISTNAME= IniConf.pm-0.91 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= IniConf MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= IniConf.pm.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Ioctl/Makefile b/devel/p5-Ioctl/Makefile index 74b8ea54033c..492cc05dd3e9 100644 --- a/devel/p5-Ioctl/Makefile +++ b/devel/p5-Ioctl/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:52:16 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:16 jfitz Exp $ # DISTNAME= Ioctl-0_7 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Ioctl MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile index 24379c21d6c6..f61159dc68d6 100644 --- a/devel/p5-PV/Makefile +++ b/devel/p5-PV/Makefile @@ -3,7 +3,7 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/04/18 12:10:29 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/04/20 21:26:18 jfitz Exp $ # DISTNAME= perlvision @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Curses.pm:${PORTSDIR}/devel/p5-Curses NO_WRKSUBDIR= YES diff --git a/devel/p5-Religion/Makefile b/devel/p5-Religion/Makefile index 91b59b53ec13..f9ee68e65b43 100644 --- a/devel/p5-Religion/Makefile +++ b/devel/p5-Religion/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/20 12:13:10 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:18 wosch Exp $ # DISTNAME= Religion-1.04 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Religion MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Religion.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Resources/Makefile b/devel/p5-Resources/Makefile index df0a23a0388a..603732c78b82 100644 --- a/devel/p5-Resources/Makefile +++ b/devel/p5-Resources/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:52:19 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:20 jfitz Exp $ # DISTNAME= Resources-1.04 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Resources MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Resources.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/devel/p5-Time/Makefile b/devel/p5-Time/Makefile index f2de5b00e892..0c55a0fab421 100644 --- a/devel/p5-Time/Makefile +++ b/devel/p5-Time/Makefile @@ -3,7 +3,7 @@ # Date created: October 12th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:52:21 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:23 jfitz Exp $ # DISTNAME= Time-modules-97.011701 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Time MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Time::CTime.3 Time::JulianDay.3 Time::ParseDate.3 \ Time::Timezone.3 Time::DaysInMonth.3 diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 473e0d7400a1..22895dd2af9e 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -3,7 +3,7 @@ # Date created: April 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/04/20 13:52:51 wosch Exp $ +# $Id: Makefile,v 1.3 1997/04/27 17:20:23 jfitz Exp $ # DISTNAME= Net-DNS-0.07 @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= Net MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO/ -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile index 5f206d9e5626..23ab54032ee8 100644 --- a/finance/p5-Business-CreditCard/Makefile +++ b/finance/p5-Business-CreditCard/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/17 09:06:22 obrien Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:42 wosch Exp $ # DISTNAME= Business-CreditCard-0.1 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Business MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_BUILD= YES diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index ad067a9ed189..b6c2040ab4e9 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/04/20 13:52:22 wosch Exp $ +# $Id: Makefile,v 1.13 1997/05/06 14:28:41 jfitz Exp $ # DISTNAME= crossfire-0.93.0 @@ -22,7 +22,7 @@ MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} USE_IMAKE= yes diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index ad067a9ed189..b6c2040ab4e9 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/04/20 13:52:22 wosch Exp $ +# $Id: Makefile,v 1.13 1997/05/06 14:28:41 jfitz Exp $ # DISTNAME= crossfire-0.93.0 @@ -22,7 +22,7 @@ MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} USE_IMAKE= yes diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index ad067a9ed189..b6c2040ab4e9 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/04/20 13:52:22 wosch Exp $ +# $Id: Makefile,v 1.13 1997/05/06 14:28:41 jfitz Exp $ # DISTNAME= crossfire-0.93.0 @@ -22,7 +22,7 @@ MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} USE_IMAKE= yes diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 54da4be0faa0..2917c1b512d9 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/04/20 13:52:24 wosch Exp $ +# $Id: Makefile,v 1.7 1997/04/20 21:25:34 jfitz Exp $ # DISTNAME= Image-Size-2.2 @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= Image MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/perl5/IO.pm:${PORTSDIR}/net/p5-IO \ - perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN1= imgsize.1 MAN3= Image::Size.3 diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index bbcb1a2a1bfd..ca5194ca0ce7 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.2 1996/12/24 07:47:28 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/20 13:52:25 wosch Exp $ # DISTNAME= PGPLOT1.0b_src @@ -14,9 +14,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 WRKSRC= ${WRKDIR}/PGPLOT ALL_TARGET= dynamic diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index bbcb1a2a1bfd..ca5194ca0ce7 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.2 1996/12/24 07:47:28 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/20 13:52:25 wosch Exp $ # DISTNAME= PGPLOT1.0b_src @@ -14,9 +14,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 WRKSRC= ${WRKDIR}/PGPLOT ALL_TARGET= dynamic diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile index ee5cebc34f82..5f14bae4f0c1 100644 --- a/japanese/perl5/Makefile +++ b/japanese/perl5/Makefile @@ -3,10 +3,10 @@ # Date created: 7 January 1997 # Whom: Yoshiro MIHIRA # -# $Id: Makefile,v 1.2 1997/02/05 15:35:22 max Exp $ +# $Id: Makefile,v 1.3 1997/04/20 13:52:27 wosch Exp $ # -DISTNAME= perl5.003 +DISTNAME= perl5.004 PKGNAME= jp-perl-5.003 CATEGORIES= japanese perl5 MASTER_SITES= ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/ \ @@ -21,7 +21,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/ \ ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/src/5.0/ \ ftp://uiarchive.cso.uiuc.edu/pub/lang/perl/CPAN/src/5.0/ -PATCHFILES= jperl5.003.patch7_1.gz +PATCHFILES= jperl5.004.patch7_1.gz PATCH_SITES= ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.is.co.za/pub/perl/CPAN/authors/id/WATANABE/ \ ftp://dong.math.ncu.edu.tw/perl/CPAN/authors/id/WATANABE/ \ diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 3ed5dcf0d22d..9247a60b4aa6 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: Fri May 2 13:16:31 MET DST 1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.4 1997/05/03 07:54:53 andreas Exp $ +# $Id: Makefile,v 1.5 1997/05/03 12:36:05 andreas Exp $ # DISTNAME= eperl-2.1.1 @@ -24,12 +24,12 @@ MAINTAINER= rse@engelschall.com INSTALL_ALSO_AS_SSSL= yes #ENABLE_UID_SWITCHING= yes -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 .if defined(INSTALL_ALSO_AS_SSSL) -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache .else -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 .endif GNU_CONFIGURE= yes diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 3f1fdedb778f..a3ee7a287b8b 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.13 1997/04/30 03:18:05 asami Exp $ +# $Id: Makefile,v 1.14 1997/05/06 14:28:42 jfitz Exp $ # DISTNAME= mailagent-3.0pl56 @@ -14,8 +14,8 @@ MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ MAINTAINER= max@FreeBSD.ORG -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_PACKAGE= "Correct FQDN needs to be hardcoded" WRKSRC= ${WRKDIR}/mailagent-3.0 @@ -34,7 +34,7 @@ MAN1= edusers.1 mailagent.1 maildist.1 \ maillist.1 mailpatch.1 package.1 # Note that mailhelp.1 is intentionally left uncompressed as it is referred # from several other man pages with .so macro. -PERLPATH!= dirname `which perl5.003` +PERLPATH!= dirname `which perl5.004` pre-extract: @if [ `/bin/sh -c umask` != 0022 ]; then \ diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index d6681642442c..a96a8c3cf3d4 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/04/20 13:52:32 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/20 21:26:27 jfitz Exp $ # DISTNAME= MailFolder-0.06 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Mail MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Mail::Folder.3 Mail::Folder::Emaul.3 Mail::Folder::Mbox.3 Mail::Folder::NNTP.3 Mail::Folder::Maildir.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index 6a1c53829b67..b320c865c1dd 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/04/20 13:52:34 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/20 21:26:35 jfitz Exp $ # DISTNAME= POP3Client-1_15 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Mail MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Mail::POP3Client.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 6c29b7fafeca..802408befc43 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/03/07 04:44:32 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/04/20 13:52:35 wosch Exp $ # DISTNAME= MailTools-1.09 @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Mail MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Mail::Address.3 Mail::Cap.3 Mail::Field.3 Mail::Header.3 \ Mail::Internet.3 Mail::Alias.3 Mail::Mailer.3 Mail::Send.3 \ diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 3f4192cd69fa..ba4a43de0c40 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -5,14 +5,14 @@ # Date created: 31 Jan 1997 # Whom: ache # -# $Id: Makefile,v 1.4 1997/04/20 13:52:39 wosch Exp $ +# $Id: Makefile,v 1.5 1997/05/06 14:28:42 jfitz Exp $ # DISTNAME= premail-0.45 CATEGORIES= security mail MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/remailer/ -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp MAINTAINER= ache@FreeBSD.ORG diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index d1e0a83a5934..0306542a4090 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1996/11/18 14:07:13 asami Exp $ +# $Id: Makefile,v 1.6 1997/04/20 13:52:40 wosch Exp $ # DISTNAME= Array-PrintCols-1.2 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Array MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_BUILD= YES WRKSRC= ${WRKDIR}/Array-PrintCols diff --git a/misc/p5-Business-CreditCard/Makefile b/misc/p5-Business-CreditCard/Makefile index 5f206d9e5626..23ab54032ee8 100644 --- a/misc/p5-Business-CreditCard/Makefile +++ b/misc/p5-Business-CreditCard/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/17 09:06:22 obrien Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:42 wosch Exp $ # DISTNAME= Business-CreditCard-0.1 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Business MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_BUILD= YES diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile index 980d30345005..0bb8f72799f7 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: Makefile,v 1.3 1996/11/18 08:46:44 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:52:46 wosch Exp $ # DISTNAME= perl_archie.1.5 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Archie MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES NO_BUILD= YES diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 473e0d7400a1..22895dd2af9e 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -3,7 +3,7 @@ # Date created: April 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/04/20 13:52:51 wosch Exp $ +# $Id: Makefile,v 1.3 1997/04/27 17:20:23 jfitz Exp $ # DISTNAME= Net-DNS-0.07 @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= Net MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO/ -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 892ee1906ae7..1aeb4dacc623 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: Makefile,v 1.7 1997/04/20 21:26:40 jfitz Exp $ +# $Id: Makefile,v 1.8 1997/05/20 03:31:02 asami Exp $ # DISTNAME= libnet-1.05 @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Net MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO \ ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Net::Time.3 Net::DummyInetd.3 Net::NNTP.3 Net::SNPP.3 \ Net::POP3.3 Net::Cmd.3 Net::SMTP.3 Net::Domain.3 \ diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index e27261b1b9e3..77d6b9585df0 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/22 00:21:42 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:52 wosch Exp $ # DISTNAME= Crypt-DES-1.0 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Crypt::DES.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 5d03d57b1568..84f102a67e4f 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1996/11/22 00:21:51 asami Exp $ +# $Id: Makefile,v 1.6 1997/04/20 13:52:54 wosch Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Crypt::IDEA.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 01723668fd47..1d3b43e565fd 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/22 00:21:54 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:57 wosch Exp $ # DISTNAME= MD5-1.7 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= MD5 MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= MD5.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 6002cb438c38..12db4d5eb6fa 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/22 00:21:57 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:59 wosch Exp $ # DISTNAME= PGP-0.2alpha @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= PGP MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ pgp:${PORTSDIR}/security/pgp -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES MAN3= PGP.3 diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d00ccc3401ba..d0e0d4277c43 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.39 1997/04/20 13:53:01 wosch Exp $ +# $Id: Makefile,v 1.40 1997/04/25 05:01:02 peter Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -109,10 +109,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.003) && \ + exists(${PREFIX}/bin/perl5.004) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.003:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.003 +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d00ccc3401ba..d0e0d4277c43 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.39 1997/04/20 13:53:01 wosch Exp $ +# $Id: Makefile,v 1.40 1997/04/25 05:01:02 peter Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -109,10 +109,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.003) && \ + exists(${PREFIX}/bin/perl5.004) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.003:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.003 +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif diff --git a/www/Makefile b/www/Makefile index 4719d9da4fae..4354f46ea134 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.42 1997/05/05 00:41:26 jfitz Exp $ +# $Id: Makefile,v 1.43 1997/05/17 20:35:28 peter Exp $ # SUBDIR += Mosaic # requires Motif @@ -23,7 +23,6 @@ SUBDIR += netscape4 SUBDIR += p5-Apache SUBDIR += p5-CGI - SUBDIR += p5-CGI.pm SUBDIR += p5-CGI_Lite SUBDIR += p5-HTML SUBDIR += p5-HTML-QuickCheck diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index 74845c340707..ca341cd1fe0b 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/05 00:41:07 jfitz Exp $ # DISTNAME= mod_perl-0.98 @@ -16,8 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/ExtUtils/Embed.pm:${PORTSDIR}/devel/p5-ExtUtils-Embed \ ${PREFIX}/lib/perl5/site_perl/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 CONFIGURE_ENV+= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}" diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 17fadc08342e..d1bf1b8b44f1 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:53:07 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:43 jfitz Exp $ # DISTNAME= CGI-modules-2.76 @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= CGI MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \ CGI::MiniSvr.3 CGI::Request.3 diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 17fadc08342e..d1bf1b8b44f1 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:53:07 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:43 jfitz Exp $ # DISTNAME= CGI-modules-2.76 @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= CGI MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \ CGI::MiniSvr.3 CGI::Request.3 diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index 86f776ac6a1d..c57f36acbfe3 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:47:05 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:53:11 wosch Exp $ # DISTNAME= CGI_Lite-1.62.pm @@ -15,8 +15,8 @@ EXTRACT_SUFX= .gz MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_BUILD= yes diff --git a/www/p5-HTML-QuickCheck/Makefile b/www/p5-HTML-QuickCheck/Makefile index 88ce9abefec0..bf1dcacf24da 100644 --- a/www/p5-HTML-QuickCheck/Makefile +++ b/www/p5-HTML-QuickCheck/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:47:11 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:53:17 wosch Exp $ # DISTNAME= HTML-QuickCheck-1.0b1 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= HTML MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= HTML::QuickCheck.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/www/p5-HTML-Stream/Makefile b/www/p5-HTML-Stream/Makefile index 9d4ac79f2d85..d57cdf344c2c 100644 --- a/www/p5-HTML-Stream/Makefile +++ b/www/p5-HTML-Stream/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/05 20:28:16 jfitz Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:53:19 wosch Exp $ # DISTNAME= HTML-Stream-1.38 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= HTML MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= HTML::Stream.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/www/p5-HTML/Makefile b/www/p5-HTML/Makefile index 3a975b0ce36d..adca049b9dfe 100644 --- a/www/p5-HTML/Makefile +++ b/www/p5-HTML/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/18 08:47:21 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:53:14 wosch Exp $ # DISTNAME= HTML-0.6 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= HTML MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES NO_BUILD= YES diff --git a/www/p5-HTTPD-Tools/Makefile b/www/p5-HTTPD-Tools/Makefile index 465584b0da26..a09d8ede7370 100644 --- a/www/p5-HTTPD-Tools/Makefile +++ b/www/p5-HTTPD-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:53:21 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:46 jfitz Exp $ # DISTNAME= HTTPD-Tools-0.53 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= HTTPD MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile index 465584b0da26..a09d8ede7370 100644 --- a/www/p5-HTTPD-User-Manage/Makefile +++ b/www/p5-HTTPD-User-Manage/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/04/20 13:53:21 wosch Exp $ +# $Id: Makefile,v 1.5 1997/04/20 21:26:46 jfitz Exp $ # DISTNAME= HTTPD-Tools-0.53 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= HTTPD MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 16e2692be4c3..4a42848056c1 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/04/20 13:53:23 wosch Exp $ +# $Id: Makefile,v 1.8 1997/04/20 21:26:48 jfitz Exp $ # DISTNAME= libwww-perl-5.08 @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= URI MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5 \ ${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1 MAN3= File::CounterFile.3 File::Listing.3 Font::AFM.3 \ diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index 962021ca4c3d..30636b87cfd3 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 18:10:49 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1997/04/20 13:53:26 wosch Exp $ +# $Id: Makefile,v 1.4 1997/05/06 14:28:43 jfitz Exp $ # DISTNAME= wwwstat-2.01 @@ -16,7 +16,7 @@ PATCHFILES= patch-2.01.txt MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache DIST_SUBDIR= wwwstat diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 28561d5715d1..4e6ede8338e7 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/04/20 21:25:39 jfitz Exp $ +# $Id: Makefile,v 1.10 1997/04/21 02:28:35 jfitz Exp $ # DISTNAME= Tk400.202 @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= Tk MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:${PORTSDIR}/www/p5-libwww \ ${PREFIX}/lib/perl5/IO.pm:${PORTSDIR}/net/p5-IO LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN1= tkweb.1 MAN3= Tk::Adjuster.3 Tk::After.3 Tk::Axis.3 Tk::Balloon.3 \ |