aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/p5-Benchmark-Forking/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-08 03:48:30 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-08 03:48:30 +0000
commit46bd50407d900505c0151ad816f5c5f78b8ff18e (patch)
tree61642833de694337faa093697186e6c74063df60 /benchmarks/p5-Benchmark-Forking/Makefile
parent27cfa353f700c9f3cdf9b0ddce9f336e99deec19 (diff)
Notes
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>