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

PortSystem          1.0
PortGroup           perl5 1.0

name                ack
perl5.branches      5.16
perl5.default_branch 5.16
perl5.setup         ack 2.14 App
categories          devel
platforms           darwin
supported_archs     noarch
license             Artistic-2
maintainers         nomaintainer
description         A grep replacement that ignores .svn/CVS/blib directories
long_description    ack is a tool like grep, aimed at programmers with large \
                    trees of heterogeneous source code.
homepage            http://betterthangrep.com/

checksums           rmd160  b82431b84fae2dcd8af38b9657825a9d78701bcd \
                    sha256  8549a833efec158dc85bc6334b3a384ae5a389896942eab9a58c6e630c181b3f

depends_lib-append  port:p${perl5.major}-file-next

perl5.link_binaries_suffix

post-destroot {
    ln -s ${prefix}/share/perl${perl5.major}/man/man1/ack.1pm ${destroot}${prefix}/share/man/man1/
}