[98034] trunk/dports/ruby

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Sep 23 10:12:14 PDT 2012


Revision: 98034
          http://trac.macports.org//changeset/98034
Author:   singingwolfboy at macports.org
Date:     2012-09-23 10:12:14 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
New port: ruby-build

Added Paths:
-----------
    trunk/dports/ruby/ruby-build/
    trunk/dports/ruby/ruby-build/Portfile

Added: trunk/dports/ruby/ruby-build/Portfile
===================================================================
--- trunk/dports/ruby/ruby-build/Portfile	                        (rev 0)
+++ trunk/dports/ruby/ruby-build/Portfile	2012-09-23 17:12:14 UTC (rev 98034)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        sstephenson ruby-build 20120815 v
+license             MIT
+platforms           darwin
+supported_archs     noarch
+
+maintainers         singingwolfboy openmaintainer
+
+description         Compile and install Ruby
+long_description    ${description}
+
+checksums           rmd160  87bb0823b29e3524bb45a5fba9e4db65c7ea415f \
+                    sha256  23b7428e2e5e3d3a988080d30c9f1e2a38400b245be64c20f2153b2b3a9c094f
+
+use_configure       no
+build {}
+destroot.cmd        ./install.sh
+destroot.env        PREFIX=${destroot}${prefix}
+
+depends_lib         port:rbenv


Property changes on: trunk/dports/ruby/ruby-build/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/ba17f4f9/attachment.html>


More information about the macports-changes mailing list