diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-07-30 16:37:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-07-30 16:37:41 +0000 |
commit | 10f35df9a7cd006caf3d90e01c15346ccc0b6bf8 (patch) | |
tree | 79966bc8d98b8600551445ac9e7242a802ce3beb /dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild | |
parent | remove old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-10f35df9a7cd006caf3d90e01c15346ccc0b6bf8.tar.gz gentoo-2-10f35df9a7cd006caf3d90e01c15346ccc0b6bf8.tar.bz2 gentoo-2-10f35df9a7cd006caf3d90e01c15346ccc0b6bf8.zip |
new version on cpan
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild')
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild new file mode 100644 index 000000000000..7d82884af8c0 --- /dev/null +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 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.98.ebuild,v 1.1 2004/07/30 16:37:41 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Detect browser, version, OS from UserAgent" +SRC_URI="http://www.cpan.org/modules/by-authors/id/L/LH/LHS/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/L/LH/LHS/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc" +IUSE="" |