[122062] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sun Jul 13 16:49:23 PDT 2014


Revision: 122062
          https://trac.macports.org/changeset/122062
Author:   ryandesign at macports.org
Date:     2014-07-13 16:49:23 -0700 (Sun, 13 Jul 2014)
Log Message:
-----------
elixir: new port, version 0.14.2 (#44292)

Added Paths:
-----------
    trunk/dports/lang/elixir/
    trunk/dports/lang/elixir/Portfile

Added: trunk/dports/lang/elixir/Portfile
===================================================================
--- trunk/dports/lang/elixir/Portfile	                        (rev 0)
+++ trunk/dports/lang/elixir/Portfile	2014-07-13 23:49:23 UTC (rev 122062)
@@ -0,0 +1,33 @@
+# -*- 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        elixir-lang elixir 0.14.2 v
+categories          lang
+platforms           darwin
+supported_archs     noarch
+license             Apache-2
+maintainers         milmazz.uno:me
+
+description         The Elixir Programming language
+
+long_description    Elixir is a functional, meta-programming aware language \
+                    built on top of the Erlang VM. It is a dynamic language \
+                    that focuses on tooling to leverage Erlang’s abilities to \
+                    build concurrent, distributed and fault-tolerant \
+                    applications with hot code upgrades.
+
+homepage            http://elixir-lang.org/
+
+depends_lib         port:erlang
+
+checksums           rmd160  5867819d779dfe6d34f9be511a884d4d61ec3ece\
+                    sha256  a3095d19e947fcddc226bc81c993909dc2fc38e33649049992562f1af547074b
+
+use_configure       no
+
+build.target        compile
+
+destroot.args       PREFIX=${prefix}


Property changes on: trunk/dports/lang/elixir/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140713/08ed9fa0/attachment.html>


More information about the macports-changes mailing list