You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild

28 lines
720 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild,v 1.5 2012/05/22 08:59:16 johu Exp $
EAPI=4
MODULE_AUTHOR=SBURKE
MODULE_VERSION=1.01
inherit perl-module
DESCRIPTION="A formatter for spellchecking Pod"
SRC_URI+=" mirror://gentoo/podspell.1.gz http://dev.gentoo.org/~tove/files/podspell.1.gz"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="virtual/perl-Pod-Escapes
virtual/perl-PodParser"
DEPEND="${RDEPEND}"
SRC_TEST="do"
src_install() {
perl-module_src_install
doman "${WORKDIR}"/podspell.1 || die
}