Ticket #61394: Portfile.3

File Portfile.3, 959 bytes (added by josh-seidel-db, 4 years ago)

sysutils/ammonite-repl_select/Portfile

Line 
1# -*- 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
2PortSystem 1.0
3PortGroup select 1.0
4
5name            ammonite-repl_select
6version         0.1
7revision        0
8categories      sysutils
9platforms       darwin
10license         MIT
11maintainers     nomaintainer
12supported_archs noarch
13description     common files for selecting default ammonite-repl based on the scala compiler
14long_description \
15    ammonite-repl_select installs files that allow 'port select' to switch the \
16    default version of ammonite-repl based on the Scala compiler version. It creates \
17    unsuffixed symlinks in the MacPorts prefix that point to the selected version.
18
19homepage        https://www.macports.org/
20distfiles
21
22use_configure   no
23build           {}
24
25destroot {
26    select::install ammonite-repl ${filespath}/base
27    select::install ammonite-repl ${filespath}/none
28}
29
30livecheck.type  none