Ticket #61395: Portfile.3

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

sysutils/apache-spark_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            apache-spark_select
6version         0.1
7revision        0
8categories      sysutils
9platforms       darwin
10license         Apache-2
11maintainers     nomaintainer
12supported_archs noarch
13description     common files for selecting default apache-spark based on the version of apache spark required
14long_description \
15    apache-spark_select installs files that allow 'port select' to switch the \
16    default version of apache-spark based on the version of Apache Spark requested. 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 apache-spark ${filespath}/base
27    select::install apache-spark ${filespath}/none
28}
29
30livecheck.type  none