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