aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/webbench/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-01-13 22:37:34 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-01-13 22:37:34 +0000
commit878eb58a1e141bfee190a34e47ae54590976ecd0 (patch)
tree7aa672db8cbffa2c1cb66a0c3a0ab876e445a4f9 /benchmarks/webbench/Makefile
parent4908226c2ea1a32202d004f1ca47b781dee51d9f (diff)
downloadports-878eb58a1e141bfee190a34e47ae54590976ecd0.tar.gz
ports-878eb58a1e141bfee190a34e47ae54590976ecd0.zip
Notes
Diffstat (limited to 'benchmarks/webbench/Makefile')
-rw-r--r--benchmarks/webbench/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/webbench/Makefile b/benchmarks/webbench/Makefile
new file mode 100644
index 000000000000..3cb3f63270ae
--- /dev/null
+++ b/benchmarks/webbench/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: webbench
+# Date created: 10 Jan 2004
+# Whom: Radim Kolar
+#
+# $FreeBSD$
+#
+
+PORTNAME= webbench
+PORTVERSION= 1.3
+CATEGORIES= benchmarks www
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/www/servers
+
+MAINTAINER= hsn@netmag.cz
+COMMENT= Simple forking web benchmark
+
+MAN1= webbench.1
+
+.include <bsd.port.mk>