# -*- 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.0 release/
name                prips
revision            1

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  0fa2757c198233ff9f461c8a511c1f7e93ee802e \
                    sha256  556d231cf38658ca7dba743757fbae678478c5a666ee6a6b7290bb8ca7995963 \
                    size    24153

depends_build-append \
                    port:gzip

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