# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit erlang-pkg MY_ERLYWEB="erlyweb-0.3" DESCRIPTION="A simple Erlang templating language" HOMEPAGE="http://code.google.com/p/erltl/" SRC_URI="http://erlyweb.org/${MY_ERLYWEB}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" COMMON_DEP="=dev-lang/erlang-11.2*" DEPEND="${COMMON_DEP} app-arch/unzip" RDEPEND="${COMMON_DEP}" S="${WORKDIR}/${MY_ERLYWEB}/${P}"