# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup	    perl5 1.0

perl5.setup	    Gearman 1.10
categories          perl net
platforms	    darwin
maintainers	    pmq openmaintainer

description         Gearman client library for Perl
long_description    ${description}

homepage	    http://www.danga.com/gearman
master_sites	    http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO
checksums           md5 1c8e90080686c806421fe26c843172c2 \
		    sha1 84387ff2363dc3f71620420eb31f801186aea85d

depends_run-append  port:p5-string-crc32

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
