blob: c66abc29bc7e54e75515b9ad0b48e6d33b061b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2007 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.11 2007/03/13 15:55: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 ia64 ~ppc sparc x86"
SLOT="0"
DEPEND="net-misc/rsync
dev-lang/perl"
mydoc="LICENSE README"
|