#!/usr/bin/env perl

use strict;
use warnings;

use lib qw(/usr/mports/Tools/lib);
use Mport::Index;

Mport::Index->build;	

