afde0c4b6d
- Update WWW Changes: https://github.com/endofunky/sidetiq/blob/master/CHANGELOG.md
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidetiq
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Recurring jobs for Sidekiq
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-celluloid>=0.17.3:devel/rubygem-celluloid \
|
|
rubygem-ice_cube>=0.14.0:devel/rubygem-ice_cube \
|
|
rubygem-sidekiq>=4.1.0:devel/rubygem-sidekiq
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|