1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
6use lib qw(/usr/mports/Tools/lib);
7use Mport::Index;
8
9Mport::Index->build;
10
11