diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2011-08-03 00:01:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2011-08-03 00:01:34 +0000 |
commit | f3e5d05ff83f993df38e7a04d2f1f42d1957663d (patch) | |
tree | b6be339141ae6888c6d9310188298a8ad35c4efc /benchmarks/ttcp/Makefile | |
parent | b3cbd62bd5dc8ad245eda64a663531cff682b0f4 (diff) | |
download | ports-f3e5d05ff83f993df38e7a04d2f1f42d1957663d.tar.gz ports-f3e5d05ff83f993df38e7a04d2f1f42d1957663d.zip |
Notes
Diffstat (limited to 'benchmarks/ttcp/Makefile')
-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 |