freebsd-ports/devel/rubygem-rufus-scheduler/Makefile
Bartek Rutkowski d44b55c6a9 - Update devel/rubygem-rufus-scheduler to 3.0.8
- Change maintainer address to robak@FreeBSD.org
- Add LICENSE
- Pet portlint

Reviewed by:	marino (mentor)
Approved by:	swills (mentor)
2014-06-21 08:51:13 +00:00

19 lines
344 B
Makefile

# $FreeBSD$
PORTNAME= rufus-scheduler
PORTVERSION= 3.0.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= robak@FreeBSD.org
COMMENT= Ruby job scheduler for at, cron and others
LICENSE= MIT
RUN_DEPENDS= rubygem-tzinfo>=0:${PORTSDIR}/devel/rubygem-tzinfo
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>