1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

devel/rubygem-gems: add port for rubygem-gems

Ruby wrapper for the RubyGems.org API

WWW: https://github.com/rubygems/gems
This commit is contained in:
Steve Wills 2014-09-09 18:51:12 +00:00
parent 2a112b4952
commit 62fd037add
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367765
4 changed files with 22 additions and 0 deletions

View File

@ -4320,6 +4320,7 @@
SUBDIR += rubygem-gdata
SUBDIR += rubygem-gem_plugin
SUBDIR += rubygem-gemcutter
SUBDIR += rubygem-gems
SUBDIR += rubygem-generator_spec
SUBDIR += rubygem-georuby
SUBDIR += rubygem-getopt

View File

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= gems
PORTVERSION= 0.8.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for the RubyGems.org API
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/gems-0.8.3.gem) = 2bcf69bb8fb90dd1f926fb7d8f2d8c9857540e04385ac742999a05c74fe24a05
SIZE (rubygem/gems-0.8.3.gem) = 84992

View File

@ -0,0 +1,3 @@
Ruby wrapper for the RubyGems.org API
WWW: https://github.com/rubygems/gems