# $Id$ PortSystem 1.0 PortGroup select 1.0 name scala210 set real_version 2.10.0-M4 version 0.0.${real_version} revision 2 replaced_by scala2.10 categories lang java license BSD maintainers openmaintainer blair description The Scala Programming Language long_description \ Scala is a modern multi-paradigm programming language \ designed to express common programming patterns in a \ concise, elegant, and type-safe way. It smoothly \ integrates features of object-oriented and functional \ languages. It runs inside a Java Virtual Machine and \ is fully interoperable with Java. homepage http://www.scala-lang.org/ platforms darwin distfiles pre-configure { ui_error "Please install scala2.10 instead." return -code error "obsolete port" } livecheck.type none