diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-06 20:06:00 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-06 20:06:00 +0000 |
commit | 74a270f5f60b304948f29680a3c398cc97ce57ff (patch) | |
tree | a2131cb42dbf0d88dd9920542c4d2109d1b224c6 /sysutils/p5-Schedule-Cron/Makefile | |
parent | Update to 0.20. (diff) |
Update to 0.05.
Notes
Notes:
svn path=/head/; revision=60712
Diffstat (limited to 'sysutils/p5-Schedule-Cron/Makefile')
-rw-r--r-- | sysutils/p5-Schedule-Cron/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |