Ticket #49047: Portfile

File Portfile, 908 bytes (added by coditect (Nicholas Rawlings), 9 years ago)
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
2# $Id: Portfile 134659 2015-04-02 13:26:18Z ciserlohn@macports.org $
3
4PortSystem          1.0
5PortGroup           select 1.0
6
7name                go_select
8version             1.0
9categories          sysutils lang
10platforms           darwin
11maintainers         ciserlohn
12license             BSD
13supported_archs     noarch
14
15description         common files for selecting default Go version
16
17long_description    This port installs files that allow 'port select' to be \
18                    used to create links to the preferred default version of Go.
19
20homepage            http://www.macports.org/
21
22distfiles
23
24use_configure       no
25
26build               {}
27
28destroot {
29    select::install go ${filespath}/base
30    select::install go ${filespath}/none
31}
32
33livecheck.type      none