mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
387 B
Makefile
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>
|