# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-app DESCRIPTION="fuseftp is a userspace FTP filesystem for FUSE" HOMEPAGE="http://wiki.thiesen.org/page/Fuseftp" SRC_URI="http://perl.thiesen.org/fuseftp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-fs/fuse dev-perl/Fuse dev-perl/Cache-Cache dev-perl/TermReadKey" src_install() { perl-module_src_install dodoc README LICENSE }