blob: d20c503359e3342d5c7d09add3a3d7e48d1f0c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/w3mir/w3mir-1.0.10.ebuild,v 1.6 2004/06/25 01:15:27 agriffis Exp $
inherit perl-module
DESCRIPTION="w3mir is a all purpose HTTP copying and mirroring tool"
SRC_URI="http://langfeldt.net/w3mir/${P}.tar.gz"
HOMEPAGE="http://langfeldt.net/w3mir/"
IUSE=""
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ~ppc ~sparc alpha"
DEPEND="${DEPEND}
>=dev-perl/URI-1.0.9
>=dev-perl/libwww-perl-5.64-r1
>=dev-perl/MIME-Base64-2.12"
|