mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Add rubygem-celluloid-essentials 0.20.0
This port provides internally used tools, and superstructural dependencies of Celluloid. WWW: https://github.com/celluloid/celluloid-essentials
This commit is contained in:
parent
71ca873ab5
commit
333bcbd5ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391434
@ -4529,6 +4529,7 @@
|
||||
SUBDIR += rubygem-cairo-gobject
|
||||
SUBDIR += rubygem-capybara
|
||||
SUBDIR += rubygem-celluloid
|
||||
SUBDIR += rubygem-celluloid-essentials
|
||||
SUBDIR += rubygem-celluloid-io
|
||||
SUBDIR += rubygem-cf-uaa-lib
|
||||
SUBDIR += rubygem-childprocess
|
||||
|
25
devel/rubygem-celluloid-essentials/Makefile
Normal file
25
devel/rubygem-celluloid-essentials/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= celluloid-essentials
|
||||
PORTVERSION= 0.20.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Internally used tools, and superstructural dependencies of Celluloid
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
|
||||
rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \
|
||||
rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \
|
||||
rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \
|
||||
rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-celluloid-essentials/distinfo
Normal file
2
devel/rubygem-celluloid-essentials/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/celluloid-essentials-0.20.0.gem) = 8347c49f0299c9d848f6adadd6e94e4f910c80560fd44277a93fa4b4f675a7d3
|
||||
SIZE (rubygem/celluloid-essentials-0.20.0.gem) = 16896
|
4
devel/rubygem-celluloid-essentials/pkg-descr
Normal file
4
devel/rubygem-celluloid-essentials/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This port provides internally used tools, and superstructural dependencies of
|
||||
Celluloid.
|
||||
|
||||
WWW: https://github.com/celluloid/celluloid-essentials
|
Loading…
Reference in New Issue
Block a user