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/MediaWiki-API/MediaWiki-API-0.390.0.ebuild

26 lines
639 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild,v 1.9 2014/08/19 11:20:01 armin76 Exp $
EAPI=5
MODULE_AUTHOR="EXOBUZZ"
MODULE_VERSION="0.39"
inherit perl-module
DESCRIPTION="A OO interface to the Mediawiki API"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="
>=dev-perl/DateTime-1
dev-perl/DateTime-Format-ISO8601
dev-perl/JSON
dev-perl/libwww-perl
virtual/perl-Encode
virtual/perl-Test-Simple
"