blob: 4675ae7685c01cfdc5bc15c79a17d192d0c7e63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2010 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.19.ebuild,v 1.1 2010/09/28 08:49:36 tove Exp $
EAPI=3
MODULE_AUTHOR=OALDERS
inherit perl-module
DESCRIPTION="Detect browser, version, OS from UserAgent"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE="test"
RDEPEND=""
DEPEND="virtual/perl-Module-Build
test? ( dev-perl/Data-Dump
dev-perl/YAML-Tiny )"
SRC_TEST="do"
|