| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/perl-modes/perl-modes-1.14.ebuild,v 1.5 2011/07/03 08:07:08 hwoarang Exp $
|
| 4 |
|
| 5 |
SLOT="0"
|
| 6 |
IUSE=""
|
| 7 |
DESCRIPTION="Perl support."
|
| 8 |
PKG_CAT="standard"
|
| 9 |
|
| 10 |
RDEPEND="app-xemacs/xemacs-base
|
| 11 |
app-xemacs/xemacs-ispell
|
| 12 |
app-xemacs/ps-print
|
| 13 |
app-xemacs/edit-utils
|
| 14 |
app-xemacs/fsf-compat
|
| 15 |
"
|
| 16 |
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
| 17 |
|
| 18 |
inherit xemacs-packages
|