# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         MogileFS-Client 1.17
revision            1
categories-append   net sysutils
license             {Artistic-1 GPL}
maintainers         nomaintainer

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.

checksums           rmd160  f3524370264eea5f0b30791c2e5f8302e9e1cc7b \
                    sha256  7b9e4effc3ade60363af940f5c3babbf608d3ff9a3357c0d778463da382ea4f2

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-stringy \
                    port:p${perl5.major}-libwww-perl
}
