blob: 2c2302536144b1de5320343d42ab8c5ae9f591d8 (
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.6 2006/03/30 22:38:26 agriffis 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 ~ia64 ~ppc sparc x86"
SLOT="0"
RDEPEND="net-misc/rsync"
mydoc="Changes LICENSE README"
|