Turn raw url into clickable links

Use the function make_clickable():

$text = get_post_meta( get_the_ID(), 'my_key', TRUE );
echo make_clickable( $text );