blob: a443d1bb8569bb4fe74b5b360cca4eadda72a98b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eggs
DESCRIPTION="A reader extension providing precompiled regular expression literals of the form #/[a-z0-9]+/i and #r{^/path/(to)/file$}."
LICENSE="MIT"
KEYWORDS="~x86"
|