1 | PortSystem 1.0 |
---|
2 | PortGroup cmake 1.0 |
---|
3 | PortGroup github 1.0 |
---|
4 | |
---|
5 | name smtpping |
---|
6 | version 1.1.3 |
---|
7 | revision 1 |
---|
8 | categories net |
---|
9 | license GPL-2 |
---|
10 | platforms darwin |
---|
11 | supported_archs noarch |
---|
12 | maintainers nomaintainer |
---|
13 | description A simple, portable tool for measuring SMTP server delay, delay variation and throughput. |
---|
14 | long_description ${description} |
---|
15 | homepage https://github.com/halon/smtpping |
---|
16 | |
---|
17 | github.setup halon smtpping ${version} |
---|
18 | github.tarball_from tags |
---|
19 | master_sites ${github.homepage}/archive/ |
---|
20 | distname v${version} |
---|
21 | worksrcdir ${name}-${version} |
---|
22 | |
---|
23 | configure.args-append -DMAN_INSTALL_DIR=share/man |
---|
24 | |
---|
25 | checksums rmd160 89165fc646f3ac727a22b80b4b59b058dab7b1f4 \ |
---|
26 | sha256 bd2ca014d8bda46398ad65dc5429ab43de785658214d3b73bb5a879433210707 |
---|