blob: 5b6b6374ed462923e686de7a0f83e803dcfe982c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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"
|