summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-05-12 13:44:25 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-05-12 13:44:25 +0000
commitcacf9d0e3482bdce3bf7bbde0f582a10f95d8af5 (patch)
tree6a44cde110d68c2330173f7a62ab5be7cae59a73 /dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild
parentCleaning vulnerable version. (diff)
downloadhistorical-cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5.tar.gz
historical-cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5.tar.bz2
historical-cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5.zip
Version bump
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild')
-rw-r--r--dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild
new file mode 100644
index 000000000000..0a2d429465b0
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.99.ebuild,v 1.1 2007/05/12 13:39:32 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Detect browser, version, OS from UserAgent"
+SRC_URI="mirror://cpan/authors/id/W/WA/WALSHAM/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~walsham/"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"