- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
fusioninventory-agent is an agent for OCS Inventory server and
FusionInventory for GLPI servers. It creates local inventory of the
machines (hardware and software) and send it to the server. It can also
write it in a local XML file. This agent is the successor of the former
linux_agent which was released with OCS 1.01 and prior. It also replaces
the Solaris/AIX/BSD unofficial agents.
WWW: http://search.cpan.org/dist/FusionInventory-Agent/
WWW: http://fusioninventory.org/
PR: ports/160655
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>