aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rufus-scheduler/Makefile
blob: 3fec61a332a8a5e96cbc56c3329091e5c3fc260a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rufus-scheduler
PORTVERSION=	3.9.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby job scheduler for at, cron and others
WWW=		https://github.com/jmettraux/rufus-scheduler

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-fugit>=1.11.1<2:devel/rubygem-fugit

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>