Update sysutils/dateutils to version 0.4.1
[dports.git] / sysutils / p5-Schedule-Cron / Makefile
1 # Created by: Anton Berezin <tobez@tobez.org>
2 # $FreeBSD$
3
4 PORTNAME=       Schedule-Cron
5 PORTVERSION=    1.01
6 PORTREVISION=   1
7 CATEGORIES=     sysutils perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Schedule::Cron - cron-like scheduler for Perl subroutines
13
14 RUN_DEPENDS=    p5-Time-modules>=0:devel/p5-Time-modules
15 BUILD_DEPENDS:= ${RUN_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>