1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/textproc/rubygem-parse-cron/Makefile
Po-Chuan Hsieh 5f534949af
textproc/rubygem-parse-cron: Add rubygem-parse-cron 0.1.4
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
2021-05-12 05:46:56 +08:00

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>