Ticket #19041: Portfile

File Portfile, 1.4 KB (added by nigel@…, 15 years ago)

Facter 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
4PortSystem          1.0
5
6name                facter
7version             1.5.4
8categories          sysutils
9maintainers         explanatorygap.net:nigel
10
11description         A cross-platform library for describing OS attributes.
12
13long_description    A cross-platform library for describing OS attributes. \
14                    Supports multiple resolution mechanisms, any of which \
15                    can  be restricted to working only on certain operating \
16                    systems or environments. Facter is especially useful for \
17                    retrieving things like operating system names, \
18                    IP  addresses, MAC addresses, and SSH keys.
19                   
20homepage            http://reductivelabs.com/products/facter/
21platforms           darwin
22
23master_sites        http://reductivelabs.com/downloads/facter/
24
25distfiles           ${name}-${version}.tgz
26
27checksums           md5 0df92b81606f8e23bdd1f2ade597049b \
28                    sha1 51978d19066d04ce1f142dd144e8c79bb1f81f36 \
29                    rmd160 4b1ea4b59e1db7e4fe1783782a84df5d4bf72c0a
30
31depends_lib         port:ruby
32
33use_configure       no
34build               {}
35test.run            no
36destroot.cmd        ${prefix}/bin/ruby ${worksrcpath}/install.rb \
37                    --destdir=${destroot}