count times for one string

I have a file. I want to count the time for one string appears in this file
Example:
56
73
34
79
90
56
34

Expected results
2:56
1:73
2:34

sort myFile | uniq -c