Skip to content

Instantly share code, notes, and snippets.

@milmazz
Last active January 24, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milmazz/d3ad4c64533a86152a51 to your computer and use it in GitHub Desktop.
Save milmazz/d3ad4c64533a86152a51 to your computer and use it in GitHub Desktop.
Portfile for Elixir programming language
# -*- 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 1.2.1 v
epoch 1
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 8251d9949e805a46531ae92569459603ceacb66f \
sha256 845825b0e370f7f076484c1ec98df4977c6dfd977cc24b506875cc360b866080
use_configure no
build.target compile
destroot.args PREFIX=${prefix}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment