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

github.setup        mvertes txt2man 1.7.1 txt2man-
revision            0
checksums           rmd160  0a59ad101d343b13b7a742fcb773724dd78f2651 \
                    sha256  4d9b1bfa2b7a5265b4e5cb3aebc1078323b029aa961b6836d8f96aba6a9e434d \
                    size    15976

license             GPL-2
categories          textproc
maintainers         nomaintainer
supported_archs     noarch

description         Converts flat ASCII text to man page format
long_description    Txt2man converts flat ASCII text into the man page format. \
                    This allows man pages to be authored without knowledge of \
                    nroff macros. It is a shell script that uses GNU awk, and \
                    it should run on any Unix-like system.

platforms           any

github.tarball_from archive

depends_run         port:gawk

use_configure       no

destroot.env        prefix=${destroot}${prefix}
