devel/rubygem-ruby_rep: create port

Creates a version constraint of supported Rubies,suitable for a gemspec file

WWW: https://github.com/e2/ruby_dep
This commit is contained in:
Steve Wills 2016-08-13 22:44:06 +00:00
parent a2917917f1
commit 419e573116
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420167
4 changed files with 21 additions and 0 deletions

View File

@ -5175,6 +5175,7 @@
SUBDIR += rubygem-ruby-progressbar
SUBDIR += rubygem-ruby-sdl-ffi
SUBDIR += rubygem-ruby2ruby
SUBDIR += rubygem-ruby_dep
SUBDIR += rubygem-ruby_parser
SUBDIR += rubygem-rubygame
SUBDIR += rubygem-rubygems-mirror

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= ruby_dep
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Creates a version constraint of supported Rubies
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1471119902
SHA256 (rubygem/ruby_dep-1.2.0.gem) = f197a250b677b4a7dd1996dbdf1d6dfb48d7c7573265f68ef793f41422ac7d8f
SIZE (rubygem/ruby_dep-1.2.0.gem) = 8704

View File

@ -0,0 +1,3 @@
Creates a version constraint of supported Rubies,suitable for a gemspec file
WWW: https://github.com/e2/ruby_dep