# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit subversion ESVN_REPO_URI="https://svn.assembla.com/svn/fierce/fierce2/trunk/" ESVN_PROJECT="${PN}" DESCRIPTION="Fierce quickly scans domains to locate undocumented, internal or just hard-to-find resources via the DNS system" HOMEPAGE="http://trac.assembla.com/fierce/wiki" SRC_URI="" LICENSE="BSD Simplified" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" src_install() { sh install.sh || die }