summaryrefslogtreecommitdiff
path: root/net-misc/httptype/httptype-1.3.9-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/httptype/httptype-1.3.9-r1.ebuild')
-rw-r--r--net-misc/httptype/httptype-1.3.9-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/httptype/httptype-1.3.9-r1.ebuild b/net-misc/httptype/httptype-1.3.9-r1.ebuild
new file mode 100644
index 000000000000..0065330dce82
--- /dev/null
+++ b/net-misc/httptype/httptype-1.3.9-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Returns the http host software of a website"
+HOMEPAGE="http://httptype.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux"
+
+RDEPEND="dev-lang/perl"
+
+src_compile() { :; }
+
+src_install() {
+ dobin httptype
+ doman httptype.1
+ dodoc Changelog README
+}