aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/p5-Benchmark-Forking/Makefile
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-01-08 11:48:30 +0800
committerclsung <clsung@FreeBSD.org>2007-01-08 11:48:30 +0800
commitada824a698e0cd6d4c6f4c07ac39dae6c6bcb88e (patch)
tree00c1e932557501ba198244ff455fee1ea88d09c3 /benchmarks/p5-Benchmark-Forking/Makefile
parentc254c74d5bef5efa443ee7f0e45658708f170fb7 (diff)
downloadfreebsd-ports-gnome-ada824a698e0cd6d4c6f4c07ac39dae6c6bcb88e.tar.gz
freebsd-ports-gnome-ada824a698e0cd6d4c6f4c07ac39dae6c6bcb88e.tar.zst
freebsd-ports-gnome-ada824a698e0cd6d4c6f4c07ac39dae6c6bcb88e.zip
Add p5-Benchmark-Forking 0.99, run benchmarks in separate processes.
PR: ports/107593 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'benchmarks/p5-Benchmark-Forking/Makefile')
-rw-r--r--benchmarks/p5-Benchmark-Forking/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/benchmarks/p5-Benchmark-Forking/Makefile b/benchmarks/p5-Benchmark-Forking/Makefile
new file mode 100644
index 000000000000..d8193a1e0d3b
--- /dev/null
+++ b/benchmarks/p5-Benchmark-Forking/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Benchmark-Forking
+# Date created: 2007-01-06
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Benchmark-Forking
+PORTVERSION= 0.99
+CATEGORIES= benchmarks perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Benchmark
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Run benchmarks in separate processes
+
+PERL_CONFIGURE= yes
+
+MAN3= Benchmark::Forking.3 Benchmark::Forking::ReadMe.3
+
+.include <bsd.port.mk>