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/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild

28 lines
521 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=BMC
MODULE_VERSION=1.5
inherit perl-module
DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-perl/WWW-Mechanize
>=dev-perl/Params-Validate-0.88
>=dev-perl/Crypt-SSLeay-0.57
dev-perl/Class-MethodMaker"
DEPEND="${RDEPEND}"
src_prepare() {
perl-module_src_prepare
mkdir "${S}"/lib
cp -r "${S}"/{WWW,lib}
}