summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-26 08:02:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-26 08:02:05 +0000
commit0ebfc31300f0d6075b80f6347f528f4ab201fda3 (patch)
tree6f3938d1bed3eb711cd291942d6d317c9dfaba5f /dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-0ebfc31300f0d6075b80f6347f528f4ab201fda3.tar.gz
gentoo-2-0ebfc31300f0d6075b80f6347f528f4ab201fda3.tar.bz2
gentoo-2-0ebfc31300f0d6075b80f6347f528f4ab201fda3.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild')
-rw-r--r--dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild
new file mode 100644
index 000000000000..0989f505473b
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.06.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 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.06.ebuild,v 1.1 2009/11/26 08:02:05 robbat2 Exp $
+
+EAPI=2
+
+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 )"
+
+SRC_TEST="do"