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 legacysupport 1.1 |
---|
5 | |
---|
6 | name zmap |
---|
7 | version 3.0.0-RC2 |
---|
8 | revision 0 |
---|
9 | |
---|
10 | distname ${name}-${version} |
---|
11 | categories net |
---|
12 | license Apache 2.0 |
---|
13 | maintainers {@artkiver gmail.com:artkiver} openmaintainer |
---|
14 | description ZMap is a fast single packet network scanner |
---|
15 | long_description designed for Internet-wide network surveys. |
---|
16 | |
---|
17 | homepage https://zmap.io |
---|
18 | master_sites https://github.com/zmap/zmap/archive/refs/tags/ |
---|
19 | checksums rmd160 9ef9b3293de156a76e9e13652cfc46b4321c9b85 \ |
---|
20 | sha256 0e256d3b62c4ec2f51367c6036aefd99eef6ce6b0b6bcda858223c5a29fda77a \ |
---|
21 | size 156242 |
---|
22 | depends_lib port:cmake \ |
---|
23 | port:gmp \ |
---|
24 | port:gengetopt \ |
---|
25 | port:libpcap \ |
---|
26 | port:flex \ |
---|
27 | port:byacc \ |
---|
28 | port:json-c \ |
---|
29 | port:libunistring \ |
---|
30 | port:libdnet |
---|