freebsd-ports/devel/p5-DateTime-Cron-Simple/Makefile
Ryan Steinmetz 3f20344c37 New port: devel/p5-DateTime-Cron-Simple:
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
2012-11-26 22:26:01 +00:00

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>