aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-dynflow/Makefile
blob: 009bc5214c13ce0192adba209d8022aa69d7ec41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

PORTNAME=   dynflow
PORTVERSION=    0.8.10
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby workflow/orchestration engine

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=    rubygem-algebrick>=0.7.0:devel/rubygem-algebrick \
        rubygem-apipie-params>=0:devel/rubygem-apipie-params \
        rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
        rubygem-concurrent-ruby-edge>=0.2:devel/rubygem-concurrent-ruby-edge \
        rubygem-multi_json>=0:devel/rubygem-multi_json \
        rubygem-sequel>=0:devel/rubygem-sequel

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>