aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/forkbomb/Makefile
blob: 8962e7bb20ebb84a3caab2e736350deadef902bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Radim Kolar

PORTNAME=	forkbomb
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	benchmarks
MASTER_SITES=	SUNSITE/system/benchmark \
		http://home.tiscali.cz:8080/~cz210552/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	System stress testing tool

LICENSE=	PD

PLIST_FILES=	sbin/forkbomb \
		man/man8/forkbomb.8.gz

.include <bsd.port.mk>