Ticket #26564: Portfile.2

File Portfile.2, 843 bytes (added by matthew.trisoline@…, 14 years ago)

fusioninventory-agent portfile

Line 
1# -*- 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
2# $Id$
3
4
5PortSystem              1.0
6
7name                    p5-fusioninventory-agent
8
9PortGroup               perl5 1.0
10
11
12perl5.setup             FusionInventory-Agent 2.1.5
13
14platforms               darwin
15
16maintainers             openmaintainer
17
18description             FusionInventory::Agent (no description available)
19
20long_description        Perl Application that runs an agent that connects a computer to OCSInventory / GLPI for Inventorying Purposes
21
22extract.suffix          .tar.gz
23
24homepage                http://fusioninventory.org/wordpress
25
26master_sites            http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV
27
28checksums               md5 3f813b324557808be14a27c477b3745c
29
30depends_lib-append      port:p5-net-ip port:p5-xml-simple port:p5-universal-require port:p5-libwww-perl port:p5-mac-sysprofile
31