summaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-Cron
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-06 20:06:00 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-06 20:06:00 +0000
commit74a270f5f60b304948f29680a3c398cc97ce57ff (patch)
treea2131cb42dbf0d88dd9920542c4d2109d1b224c6 /sysutils/p5-Schedule-Cron
parentUpdate to 0.20. (diff)
Update to 0.05.
Notes
Notes: svn path=/head/; revision=60712
Diffstat (limited to 'sysutils/p5-Schedule-Cron')
-rw-r--r--sysutils/p5-Schedule-Cron/Makefile4
-rw-r--r--sysutils/p5-Schedule-Cron/distinfo2
-rw-r--r--sysutils/p5-Schedule-Cron/pkg-descr3
3 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/p5-Schedule-Cron/Makefile b/sysutils/p5-Schedule-Cron/Makefile
index 975f226f676e..173113ada42e 100644
--- a/sysutils/p5-Schedule-Cron/Makefile
+++ b/sysutils/p5-Schedule-Cron/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Schedule-Cron
-PORTVERSION= 0.03
+PORTVERSION= 0.05
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Schedule
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/sysutils/p5-Schedule-Cron/distinfo b/sysutils/p5-Schedule-Cron/distinfo
index a35c34702de7..45d366474ab7 100644
--- a/sysutils/p5-Schedule-Cron/distinfo
+++ b/sysutils/p5-Schedule-Cron/distinfo
@@ -1 +1 @@
-MD5 (Schedule-Cron-0.03.tar.gz) = abae3eb58f495c4c66a22381aaa02cbc
+MD5 (Schedule-Cron-0.05.tar.gz) = 76fa03f7b2b53b2b38427e773d8290de
diff --git a/sysutils/p5-Schedule-Cron/pkg-descr b/sysutils/p5-Schedule-Cron/pkg-descr
index b2d22c546765..8fbaf6bafd44 100644
--- a/sysutils/p5-Schedule-Cron/pkg-descr
+++ b/sysutils/p5-Schedule-Cron/pkg-descr
@@ -17,5 +17,8 @@ and days of the week by name or coexistence of lists and ranges in the
same field. And even a bit more (like lists and ranges with symbolic
names).
+Author: Roland Huss <roland@console.de>
+WWW: http://search.cpan.org/search?dist=Schedule-Cron
+
-Anton
<tobez@FreeBSD.org>