# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup MogileFS-Utils 2.29 categories perl net sysutils license {Artistic-1 GPL} platforms darwin maintainers nomaintainer description MogileFS tools long_description This package contains two tools to manage MogileFS: mogadm (MogileFS \ admin tool) and mogtool (inject/extract data to/from a MogileFS \ installation) homepage http://www.danga.com/mogilefs checksums rmd160 fbc67bca4dc0481f8ab28574fba51f0e04f15a23 \ sha256 56eacdbd9d3ff2c09300d94d5ca7cf740590e5422435625e4c8a2e7c6059d9cd if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-mogilefs-client \ port:p${perl5.major}-libwww-perl post-patch { eval reinplace "s|/usr/bin/perl|${perl5.bin}|" [glob ${worksrcpath}/mog*] } supported_archs noarch }