Files

18 lines
327 B
Makefile
Raw Permalink Normal View History

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
2022-09-07 23:06:12 +02:00
WWW= https://github.com/siebertm/parse-cron
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>