Ticket #58229: devel_variantstest_Portfile
File devel_variantstest_Portfile, 342 bytes (added by Ionic (Mihai Moldovan), 6 years ago) |
---|
Line | |
---|---|
1 | PortSystem 1.0 |
2 | PortGroup variantstest 1.0 |
3 | |
4 | name variantstest |
5 | version 0 |
6 | revision 0 |
7 | |
8 | categories devel |
9 | |
10 | description Testing variants stand-alone and via PG's. |
11 | |
12 | installs_libs no |
13 | |
14 | variant testvariant description "From port and PG" { |
15 | } |
16 | |
17 | variant testvariant_port_only description "From port only" { |
18 | } |