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:
parent
2a112b4952
commit
62fd037add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367765
@ -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
|
||||
|
16
devel/rubygem-gems/Makefile
Normal file
16
devel/rubygem-gems/Makefile
Normal 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>
|
2
devel/rubygem-gems/distinfo
Normal file
2
devel/rubygem-gems/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/gems-0.8.3.gem) = 2bcf69bb8fb90dd1f926fb7d8f2d8c9857540e04385ac742999a05c74fe24a05
|
||||
SIZE (rubygem/gems-0.8.3.gem) = 84992
|
3
devel/rubygem-gems/pkg-descr
Normal file
3
devel/rubygem-gems/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby wrapper for the RubyGems.org API
|
||||
|
||||
WWW: https://github.com/rubygems/gems
|
Loading…
Reference in New Issue
Block a user