diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-24 21:17:16 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-24 21:17:16 +0800 |
commit | 2b587a03064ed1baf7d45ff66e941990a31f5472 (patch) | |
tree | 38ac714cd7cb9d5a9e429eb4d55d49e846f936e7 /devel | |
parent | e0a364c12d4b08edd46dcbf0870d48519479c8e8 (diff) | |
download | freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.gz freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.zst freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.zip |
Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-BSD-Resource/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-C-Scan/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-ConfigReader/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Curses/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Data-Flow/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-BasicFlock/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-Lock/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-Slurp/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-Tools/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Include/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-IniConf/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Ioctl/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-PV/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Religion/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Resources/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Time/Makefile | 6 |
19 files changed, 55 insertions, 56 deletions
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 |