# $Id: Portfile,v 1.7 2006/08/05 19:59:15 narf_tm Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Pod-Coverage 0.18
maintainers			narf_tm@opendarwin.org
description			Checks if the documentation of a module is comprehensive
long_description	${description}

platforms			darwin

checksums			md5 12e4f06fa8411a1f5011d3e6ce3628b3

depends_lib-append			port:p5-module-build port:p5-devel-symdump

# Override default perl group settings, since this uses Module::Build
# instead of MakeMaker
configure.pre_args	Build.PL
configure.args		installdirs=vendor

build.cmd			${perl5.bin}
build.pre_args		Build
build.args			build

destroot.cmd		${perl5.bin}
destroot.pre_args	Build
destroot.args		install
destroot.destdir	destdir=${destroot}

