blob: 663a3e1fd46bccd587d478a9ce95e976fdf67cd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
WWW= https://github.com/siebertm/parse-cron
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|