# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.220.0.ebuild,v 1.1 2011/03/11 06:50:06 tove Exp $ EAPI=3 MODULE_AUTHOR=OALDERS MODULE_VERSION=1.22 inherit perl-module DESCRIPTION="Detect browser, version, OS from UserAgent" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="test" RDEPEND="" DEPEND="virtual/perl-Module-Build test? ( dev-perl/Data-Dump dev-perl/yaml )" SRC_TEST="do"