aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Scheduler
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-25 22:42:58 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-25 22:42:58 +0000
commit636839875e803682b06785f93800de1c3598b4ae (patch)
tree12224190d4f2f550b213f0412f80e5f4cd6081cf /www/p5-Catalyst-Plugin-Scheduler
parent718ac2e04c825217eecd37064ab70e61729303fc (diff)
downloadports-636839875e803682b06785f93800de1c3598b4ae.tar.gz
ports-636839875e803682b06785f93800de1c3598b4ae.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248575
Diffstat (limited to 'www/p5-Catalyst-Plugin-Scheduler')
-rw-r--r--www/p5-Catalyst-Plugin-Scheduler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Scheduler/Makefile b/www/p5-Catalyst-Plugin-Scheduler/Makefile
index 6d99e46a89ff..107440007150 100644
--- a/www/p5-Catalyst-Plugin-Scheduler/Makefile
+++ b/www/p5-Catalyst-Plugin-Scheduler/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Catalyst-Plugin-Scheduler
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +18,6 @@ COMMENT= Schedule events to run in a cron-like manner
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \
- p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}