mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
new port: devel/rubygem-dynflow
Dynflow (DYNamic workFLOW) is a workflow engine written in Ruby. WWW: https://dynflow.github.io/
This commit is contained in:
parent
95934cf1a3
commit
7d8737aab8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398914
@ -4697,6 +4697,7 @@
|
||||
SUBDIR += rubygem-docile
|
||||
SUBDIR += rubygem-dotenv-deployment
|
||||
SUBDIR += rubygem-drydock
|
||||
SUBDIR += rubygem-dynflow
|
||||
SUBDIR += rubygem-edavis10-object_daddy
|
||||
SUBDIR += rubygem-elif
|
||||
SUBDIR += rubygem-enumerize
|
||||
|
26
devel/rubygem-dynflow/Makefile
Normal file
26
devel/rubygem-dynflow/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dynflow
|
||||
PORTVERSION= 0.8.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mmoll@FreeBSD.org
|
||||
COMMENT= Ruby workflow/orchestration engine
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-algebrick>=0.7.0:${PORTSDIR}/devel/rubygem-algebrick \
|
||||
rubygem-apipie-params>=0:${PORTSDIR}/devel/rubygem-apipie-params \
|
||||
rubygem-concurrent-ruby>=0.9.0:${PORTSDIR}/devel/rubygem-concurrent-ruby \
|
||||
rubygem-concurrent-ruby-edge>=0.1.0:${PORTSDIR}/devel/rubygem-concurrent-ruby-edge \
|
||||
rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-dynflow/distinfo
Normal file
2
devel/rubygem-dynflow/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/dynflow-0.8.6.gem) = 64358276376cdd042921be25e1abbc53358b14edeb347aca0c0c2389f2ecb890
|
||||
SIZE (rubygem/dynflow-0.8.6.gem) = 926720
|
3
devel/rubygem-dynflow/pkg-descr
Normal file
3
devel/rubygem-dynflow/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Dynflow (DYNamic workFLOW) is a workflow engine written in Ruby.
|
||||
|
||||
WWW: https://dynflow.github.io/
|
Loading…
Reference in New Issue
Block a user