Ticket #45958: Portfile.2

File Portfile.2, 868 bytes (added by cro (C. R. Oldham), 9 years ago)

Portfile for raet_select

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$
3
4PortSystem          1.0
5PortGroup           select 1.0
6
7name                raet_select
8version             0.1
9revision            0
10categories          python
11license             BSD
12
13maintainers         saltstack.com:cr
14
15description         common files for selecting default raet version
16
17long_description \
18   This port installs files that allow 'port select' to be used to \
19   create links to the preferred default version of raet.
20
21platforms           darwin
22supported_archs     noarch
23
24homepage            http://www.macports.org/
25
26distfiles
27
28use_configure       no
29build               {}
30destroot {
31    select::install raetflo ${filespath}/base
32    select::install raetflo ${filespath}/none
33}
34
35livecheck.type      none