# $Id: Portfile 92974 2012-05-12 14:17:38Z jmr@macports.org $

PortSystem 1.0
PortGroup select 1.0

name			scala_select
version			0.1
revision		2
categories		sysutils
platforms		darwin
license		        BSD
maintainers		openmaintainer krischik blair
supported_archs		noarch
description		common files for selecting default scala compiler
long_description	scala_select installs files that allow 'port select' to \
            switch the default scala compiler. It creates unsuffixed symlinks \
			in the MacPorts prefix that point to the selected version.

homepage		http://www.macports.org/
distfiles

use_configure           no
build                   {}

destroot {
    select::install scala ${filespath}/base
    select::install scala ${filespath}/none
}

livecheck.type	none
