mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5f534949af
The goal of Parse-Cron is to parse a crontab timing specification and determine when the job should be run. It is not a scheduler, it does not run the jobs. WWW: https://github.com/siebertm/parse-cron
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= parse-cron
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse cron expressions and calculates the next occurence
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/License
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|