blob: 4a6faad75f76827b680e366ad45013a7d4b55779 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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>
|