# -*- 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        ietf-tools rfcdiff 1.48
revision            0
checksums           rmd160  e1cbd1e883049bf6f27946d66c3d1ca2e6bb1287 \
                    sha256  11d08d059716275c3f2d25e03d1711be83bcf14de57a62fadf3406eaa0a75ade \
                    size    10352

categories       textproc
maintainers      nomaintainer
license             GPL-2+
platforms           any
supported_archs     noarch

description      compare Internet Draft versions
long_description \
	The purpose of this program is to compare two versions of \
	an Internet Draft and produce a diff.

github.tarball_from archive

use_configure    no
build            {}

destroot {
    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
