# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ S=${WORKDIR} DESCRIPTION="Helper for Mailman administrators" SRC_URI="http://www.lpthe.jussieu.fr/~zeitlin/mladmin.pl.gz" HOMEPAGE="http://www.lpthe.jussieu.fr/~zeitlin/mladmin.html" LICENSE="BSD" RDEPEND=">=dev-lang/perl-5.004 dev-perl/libwww-perl dev-perl/HTML-Parser" DEPEND="${RDEPEND}" KEYWORDS="x86" SLOT="0" IUSE="" src_install () { dobin mladmin.pl }