# -*- 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: Portfile 95420 2012-07-12 07:20:29Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.branches          5.8 5.10 5.12 5.14 5.16
perl5.setup             FusionInventory-Agent 2.1.14 ../by-authors/id/F/FU/FUSINV
platforms               darwin
maintainers             nomaintainer
license                 GPL-2+
supported_archs         noarch

description             FusionInventory::Agent

long_description        Perl application that runs an agent connecting to a \
                        server running for example FusionInventory for GLPI \
                        for inventorying purposes.

homepage                http://fusioninventory.org/wordpress

checksums               rmd160  d51896d1d1ee88cf173771d203920ed846019cf1 \
                        sha256  9691a0b29b9b89b26d81783d2ca0f9a6ff4c1c1e4581cf7d098364d7419d0809

if {${perl5.major} != ""} {
depends_lib-append      port:p${perl5.major}-net-ip \
                        port:p${perl5.major}-xml-simple \
                        port:p${perl5.major}-universal-require \
                        port:p${perl5.major}-libwww-perl \
                        port:p${perl5.major}-mac-sysprofile
}
