1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.1 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup halon smtpping 1.1.3 v |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license GPL-2+ |
---|
12 | |
---|
13 | description A simple, portable tool for measuring SMTP server delay, delay variation and throughput. |
---|
14 | |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 b9120bc5b10437e0600b3b528cc5332561ccdad9 \ |
---|
18 | sha256 b96a12ce9c25a0a0a37161a2abff37708e92675bc6dc509d77b87ec51759c1c5 \ |
---|
19 | size 16295 |
---|
20 | |
---|
21 | configure.args-append -DMAN_INSTALL_DIR=share/man |
---|