#!/usr/local/bin/perl
# 
# $MidnightBSD: mports/Tools/make_index_db,v 1.1 2007/09/11 02:34:33 ctriv Exp $
#

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

Mport::Index->build;	

