Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name help2man
version 1.36.1
categories textproc
platforms darwin
maintainers nomaintainer@macports.org
description automatically generate simple man pages
long_description help2man is a tool for automatically generating simple \
manual pages from program output.

homepage http://www.gnu.org/software/help2man/
master_sites gnu
checksums md5 89ad3d6a54692ce16626e64ab25ca071
patchfiles patch-Makefile.in

depends_lib port:perl5.8 port:p5-locale-gettext

configure.env PERL=${prefix}/bin/perl
configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info

platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0
}

files