# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup	    perl5 1.0

perl5.setup	    MogileFS-Client 1.09
categories          perl net sysutils
platforms	    darwin
maintainers	    pmq openmaintainer

description         Client library for the MogileFS distributed file system
long_description    \
    This module is a client library for the MogileFS distributed file \
    system. The class method 'new' creates a client object against a \
    particular mogilefs tracker and domain. This object may then be used \
    to store and retrieve content easily from MogileFS.

homepage            http://www.danga.com/mogilefs
master_sites        http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO
checksums           md5 8bfb118e8164ce59198cb0f8cf83e888 \
		    sha1 4d3554b7600d5d194490e41f4b8ad2c09a28fc7f

depends_run-append  port:p5-io-stringy port:p5-libwww-perl

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