blob: f26db9b7389a1c2877bc70bca359e9d5a4546154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild,v 1.5 2006/01/13 20:49:29 mcummings Exp $
inherit perl-module
IUSE=""
SRC_URI="mirror://sourceforge/perlrsync/${P}.tar.gz"
DESCRIPTION="An rsync perl module"
HOMEPAGE="http://perlrsync.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc sparc x86"
SLOT="0"
RDEPEND="net-misc/rsync"
mydoc="Changes LICENSE README"
|