[105201] trunk/dports/ruby/rb-lazylist/Portfile

jmr at macports.org jmr at macports.org
Fri Apr 12 20:03:15 PDT 2013


Revision: 105201
          https://trac.macports.org/changeset/105201
Author:   jmr at macports.org
Date:     2013-04-12 20:03:15 -0700 (Fri, 12 Apr 2013)
Log Message:
-----------
rb-lazylist: license

Modified Paths:
--------------
    trunk/dports/ruby/rb-lazylist/Portfile

Modified: trunk/dports/ruby/rb-lazylist/Portfile
===================================================================
--- trunk/dports/ruby/rb-lazylist/Portfile	2013-04-13 03:01:28 UTC (rev 105200)
+++ trunk/dports/ruby/rb-lazylist/Portfile	2013-04-13 03:03:15 UTC (rev 105201)
@@ -1,8 +1,10 @@
 # $Id$
+
 PortSystem		1.0
 PortGroup		ruby 1.0
 
 ruby.setup		lazylist 0.1.2 basic_install.rb {README.en examples tests} rubyforge:1599
+license			GPL-2
 maintainers		nomaintainer
 description		        Implementation of lazy lists for ruby
 long_description	    This class implements lazy lists (or streams) for Ruby. Such \
@@ -11,8 +13,8 @@
                         a limited amount of memory. A value that hasnt been used yet is \
                         calculated on the fly and saved into the list. A value which is \
                         used for a second time is computed only once and just read out \
-                        of memory for the second usage. 
+                        of memory for the second usage.
 checksums		        md5 90f7b26e497814ac555253435e06b8ba
 homepage                http://www.ping.de/~flori/flott/exe/session/view/ruby
-platforms		        darwin 
+platforms		        darwin
 extract.suffix          .tgz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130412/5e437831/attachment.html>


More information about the macports-changes mailing list