Ticket #12313: mysql5-Portfile
| File mysql5-Portfile, 426 bytes (added by sfiera@…, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | # $Id$ |
| 2 | |
| 3 | PortSystem 1.0 |
| 4 | |
| 5 | name mysql5 |
| 6 | version 5.0.45 |
| 7 | homepage http://www.mysql.com/ |
| 8 | categories databases |
| 9 | platforms darwin |
| 10 | maintainers ryandesign |
| 11 | distfiles |
| 12 | |
| 13 | description See ports mysql5-client and mysql5-server |
| 14 | long_description ${description} |
| 15 | |
| 16 | depends_run port:mysql5-client |
| 17 | |
| 18 | variant server { |
| 19 | depends_run-append port:mysql5-server |
| 20 | } |

