freebsd-ports/benchmarks/p5-Benchmark-Forking/Makefile
Martin Wilke 301f0570d4 - Update to 1.01
PR:		143792
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2010-02-12 14:19:55 +00:00

22 lines
438 B
Makefile

# 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= 1.01
CATEGORIES= benchmarks perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Benchmark
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Run benchmarks in separate processes
PERL_CONFIGURE= yes
MAN3= Benchmark::Forking.3
.include <bsd.port.mk>