| 1 |
# Copyright 1999-2007 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.18 2007/07/10 23:33:26 mr_bones_ Exp $
|
| 4 |
|
| 5 |
inherit perl-module
|
| 6 |
|
| 7 |
DESCRIPTION="Quote strings for passing through the shell"
|
| 8 |
SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz"
|
| 9 |
HOMEPAGE="http://search.cpan.org/~rosch/"
|
| 10 |
|
| 11 |
SLOT="0"
|
| 12 |
LICENSE="Artistic"
|
| 13 |
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~mips"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
DEPEND="dev-lang/perl"
|