14 | | * should have a name prefix of "rb" for 1.8, and "rb19" for 1.9. It would be nice to have ports compatible with both, but that is not possible, since the library paths for ruby get determined during configuration phase and are specific for the different versions. |
| 14 | * should have a name prefix of "rb" for 1.8, and "rb19" for 1.9. It would be nice to have ports compatible with both, but that is not possible, since the library paths for ruby get determined during configuration phase and are specific for the different versions. |
| 15 | * should generally be created using the ruby port group. This provides almost everything you need to do in a ruby portfile if you use the {{{ruby.setup}}} command. {{{ruby.setup}}} allows to create ports for ruby (1.8) and ruby19 already. |