diff options
Diffstat (limited to 'dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild')
-rw-r--r-- | dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild b/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild new file mode 100644 index 000000000000..fd68f06a1cf0 --- /dev/null +++ b/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Archive::Rar - Interface with the rar command" +SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Acrhive/${P}.readme" + + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" |