# $Id: Portfile,v 1.5 2006/06/06 21:58:25 narf_tm Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Array-Compare 1.13
maintainers			narf_tm@opendarwin.org
description			Perl module which allows you to compare two arrays
long_description	${description}

platforms			darwin

checksums			md5 f03305894a1cadf51588d080f20fa748

depends_lib-append			port:p5-module-build

# 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}

