# -*- 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
# $Id: Portfile 105870 2013-05-08 18:20:12Z larryv@macports.org $

PortSystem              1.0

name                    patchutils
version                 0.3.3
platforms               darwin
categories              devel
license                 GPL-2+
maintainers             nomaintainer

description             small collection of programs that operate on patch files
long_description        Patchutils is a small collection of programs that \
                        operate on  patch files.  They are the following: \
                        interdiff, combinediff, filterdiff, fixcvsdiff, \
                        lsdiff, splitdiff, rediff, grepdiff, recountdiff, \
                        unwrapdiff, dehtmldiff, flipdiff, espdiff
homepage                http://cyberelk.net/tim/${name}/

master_sites            http://cyberelk.net/tim/data/${name}/stable/
use_xz                  yes
checksums               rmd160  92cd118e8520eba57b32058b55ba553727fffad2 \
                        sha256  91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c

depends_run             port:perl5.12

configure.env-append    PERL=${prefix}/bin/perl5.12
configure.args          --mandir="${prefix}/share/man"
