diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-31 04:35:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-31 04:35:57 +0000 |
commit | 99b2f92399d89443a4879fbd99ab44745e7d534d (patch) | |
tree | 09381739f760e1db4a64bf9e17b3900c40009739 /devel/Makefile | |
parent | ab8dff2e80d1c4237b86e10445942300f83f449c (diff) |
devel/rubygem-rugged: add port for rubygem-rugged
Rugged is a Ruby bindings to the libgit2 linkable C Git library.
WWW: https://github.com/libgit2/rugged
Notes
Notes:
svn path=/head/; revision=366722
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5fb664396226..c288e4ccb63f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4254,7 +4254,6 @@ SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-builder31 - SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject @@ -4488,6 +4487,7 @@ SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-rufus-scheduler + SUBDIR += rubygem-rugged SUBDIR += rubygem-runt SUBDIR += rubygem-ruport SUBDIR += rubygem-safe_yaml |