freebsd-ports/benchmarks/forkbomb/Makefile
Mateusz Piotrowski d7b98864f8 Set LICENSE
2020-09-21 11:50:38 +00:00

20 lines
365 B
Makefile

# Created by: Radim Kolar
# $FreeBSD$
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>