blob: 7573b528828e57e6cb9ceab74edd6ad4c6f841f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="Regexp::Shellish - Shell-like regular expressions"
SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RB/RBS/${P}.tar.gz"
SLOT="0"
LICENSE="Artistic"
SRC_TEST="do"
KEYWORDS="~alpha ~mips ~ppc ~sparc x86"
|