diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-06 06:42:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-06 06:42:23 +0000 |
commit | b97ad05f256879a91f75c954da2470d27a8a70ad (patch) | |
tree | 503771400f2d66a9fe573998294cbca81af6c0b5 /dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.10.ebuild | |
parent | Version bump. Cleanup (diff) | |
download | historical-b97ad05f256879a91f75c954da2470d27a8a70ad.tar.gz historical-b97ad05f256879a91f75c954da2470d27a8a70ad.tar.bz2 historical-b97ad05f256879a91f75c954da2470d27a8a70ad.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.10.ebuild')
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.10.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.10.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.10.ebuild new file mode 100644 index 000000000000..7110aa895229 --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.10.ebuild @@ -0,0 +1,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.10.ebuild,v 1.1 2010/05/06 06:32:37 tove 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 + dev-perl/YAML-Tiny )" + +SRC_TEST="do" |