aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-getopt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 19:25:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 19:25:22 +0000
commit6e693270bdc651487676a8398081f533f04f0c94 (patch)
tree09691849700c383f70d91de6f05a93f1a9a7c6d1 /devel/rubygem-getopt
parent0ddc993dd9bb48b7cbb1480d5b26e6649c936b1c (diff)
downloadports-6e693270bdc651487676a8398081f533f04f0c94.tar.gz
ports-6e693270bdc651487676a8398081f533f04f0c94.zip
Notes
Diffstat (limited to 'devel/rubygem-getopt')
-rw-r--r--devel/rubygem-getopt/Makefile20
-rw-r--r--devel/rubygem-getopt/distinfo3
-rw-r--r--devel/rubygem-getopt/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/rubygem-getopt/Makefile b/devel/rubygem-getopt/Makefile
new file mode 100644
index 000000000000..210769d49bff
--- /dev/null
+++ b/devel/rubygem-getopt/Makefile
@@ -0,0 +1,20 @@
+# Ports collection makefile for: getopt
+# Date created: Tue 16 Mar 2010
+# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
+#
+# $FreeBSD$
+
+PORTNAME= getopt
+PORTVERSION= 1.4.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RF/shards
+
+MAINTAINER= alexey@renatasystems.org
+COMMENT= Command line parsing with Ruby
+
+USE_RUBY= yes
+USE_RAKE= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-getopt/distinfo b/devel/rubygem-getopt/distinfo
new file mode 100644
index 000000000000..362fd715776a
--- /dev/null
+++ b/devel/rubygem-getopt/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/getopt-1.4.0.gem) = db1359bb0344d009568a96aaeb359848
+SHA256 (rubygem/getopt-1.4.0.gem) = 308ee1bc4e7426dd50cac9c0c794298fabfca13a85717f82baffbce121d9f52f
+SIZE (rubygem/getopt-1.4.0.gem) = 14336
diff --git a/devel/rubygem-getopt/pkg-descr b/devel/rubygem-getopt/pkg-descr
new file mode 100644
index 000000000000..df2ffee7bf34
--- /dev/null
+++ b/devel/rubygem-getopt/pkg-descr
@@ -0,0 +1,4 @@
+Implements a simple Getopt::Std class for command line parsing, as well as a
+Getopt::Long class for more advanced command line parsing.
+
+WWW: http://www.rubyforge.org/projects/shards