Files
bsdports/ruby/rubygem-rufus-scheduler/Makefile
2019-12-26 07:26:06 +00:00

19 lines
387 B
Makefile

# $FreeBSD: head/devel/rubygem-rufus-scheduler/Makefile 510351 2019-08-31 07:57:28Z sunpoet $
PORTNAME= rufus-scheduler
PORTVERSION= 3.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby job scheduler for at, cron and others
RUN_DEPENDS= rubygem-fugit>=1.1.6:ruby/rubygem-fugit
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>