With Cuztom it is possible to add Meta fields to terms. NOTE: Versions < 3.0 don't use Wordpress core functions to register and add Term Meta.

$termmeta = register_cuztom_term_meta( $id, $taxonomy, $data, $locations )

$id
(string) The ID of the box. Used for technical stuff.

$taxonomy
(string|array) The box is attach to this Taxonomy (taxonomies).

$data
(array) The data of the box

$locations
(string|array) The location the Meta Box is shown. Can be (and defaults to): 'add_form', 'edit_form'