# -*- 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

PortSystem          1.0
PortGroup           gitlab      1.0
PortGroup           makefile    1.0

gitlab.setup        prips prips 1.2.2 release/
revision            0

description         \
    ${name} is a tool that can be used to print all of the IP address on a \
    given range.

long_description    {*}${description}

categories          net
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  146b3fdaee0cfdf0f70cbd7d54c02ebbb56361a4 \
                    sha256  f4c190a0940ab49defb896630250505af406fd59082d99c83ba54b6f859dddbe \
                    size    34382

depends_build-append \
                    port:gzip

destroot.pre_args-append \
                    BINGRP=wheel \
                    MANDIR=${prefix}/share/man/man
