blob: c24c45add6871a655f2c891bb9706d7de00d1e8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= rufus-scheduler
PORTVERSION= 3.0.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@robakdesign.com
COMMENT= Ruby job scheduler for at, cron and others
RUN_DEPENDS= rubygem-tzinfo>=0:${PORTSDIR}/devel/rubygem-tzinfo
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|