3f20344c37
This module is a quick and dirty way to determine if a cron time format is valid for the current date and time. WWW: http://search.cpan.org/dist/DateTime-Cron-Simple Feature safe: yes
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DateTime-Cron-Simple
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse a cron entry and check against current time
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DateTime::Cron::Simple.3
|
|
|
|
.include <bsd.port.mk>
|