Parent Directory
|
Revision Log
[bump] dev-perl/Text-WikiFormat-0.800.0 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
| 1 | tove | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild,v 1.2 2011/09/03 21:05:30 tove Exp $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | MODULE_AUTHOR=CYCLES | ||
| 8 | MODULE_VERSION=0.80 | ||
| 9 | inherit perl-module | ||
| 10 | |||
| 11 | DESCRIPTION="Translate Wiki formatted text into other formats" | ||
| 12 | |||
| 13 | SLOT="0" | ||
| 14 | KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" | ||
| 15 | IUSE="" | ||
| 16 | |||
| 17 | RDEPEND="dev-perl/URI | ||
| 18 | virtual/perl-Scalar-List-Utils" | ||
| 19 | DEPEND="${RDEPEND} | ||
| 20 | >=virtual/perl-Module-Build-0.28" | ||
| 21 | |||
| 22 | SRC_TEST="do" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |