Ticket #42895: Portfile.workinprogress

File Portfile.workinprogress, 1.1 KB (added by artkiver (グレェ), 12 months ago)

my work in progress Portfile for ZMap before I noticed this ticket existed.

Line 
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
3PortSystem          1.0
4PortGroup           legacysupport 1.1
5
6name                zmap
7version             3.0.0-RC2
8revision            0
9
10distname            ${name}-${version}
11categories          net
12license             Apache 2.0
13maintainers         {@artkiver gmail.com:artkiver} openmaintainer
14description         ZMap is a fast single packet network scanner
15long_description    designed for Internet-wide network surveys.
16
17homepage            https://zmap.io
18master_sites        https://github.com/zmap/zmap/archive/refs/tags/
19checksums           rmd160 9ef9b3293de156a76e9e13652cfc46b4321c9b85 \
20                    sha256 0e256d3b62c4ec2f51367c6036aefd99eef6ce6b0b6bcda858223c5a29fda77a \
21                    size 156242
22depends_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