diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-03-13 16:50:51 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-03-13 16:50:51 +0000 |
commit | 6046c68a465f72d03719dc0cc8d0fd0282a8a359 (patch) | |
tree | 3dee64efe7933bca5231ffc2744bb9acc902e485 /devel/Makefile | |
parent | b56a2152ca593d79cf35cf272dd4f754e5108c84 (diff) |
Clamp provides an object-model for command-line utilities written in Ruby.
It handles parsing of command-line options, and generation of usage help.
WWW: https://github.com/mdub/clamp
PR: ports/ports/187483
Submitted by: ruby@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=348099
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f8185c1ff9e5..25b668ce66dd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4150,6 +4150,7 @@ SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic + SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio |