blob: d8193a1e0d3b6e11c5198869fc2b12c4654c04e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|