diff options
author | obrien <obrien@FreeBSD.org> | 2011-08-03 08:01:34 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2011-08-03 08:01:34 +0800 |
commit | b59d4eef281110f8fd83f103c3feca078513519c (patch) | |
tree | 77aad83f73669a16c1ac3c67efc90ab7f58ca939 | |
parent | 6c863103731079ba5a64bf65d40dff2ef62ad111 (diff) | |
download | freebsd-ports-gnome-b59d4eef281110f8fd83f103c3feca078513519c.tar.gz freebsd-ports-gnome-b59d4eef281110f8fd83f103c3feca078513519c.tar.zst freebsd-ports-gnome-b59d4eef281110f8fd83f103c3feca078513519c.zip |
This port is in the public domain.
-rw-r--r-- | benchmarks/ttcp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index d79b15c47d3d..b2b9f04ca534 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -16,6 +16,11 @@ EXTRACT_ONLY= #none MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance +LICENSE= PUBLIC_DOMAIN +LICENSE_NAME= ${LICENSE:S/_/ /} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_TEXT= The license: ${_LICENSE} (${_LICENSE_NAME}) is standard, please read from the web. + MAKE_JOBS_SAFE= yes NO_WRKSUBDIR= yes |