Skip to content

Instantly share code, notes, and snippets.

@behrangsa
Created December 6, 2014 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save behrangsa/aa459c04fe00aa0c3427 to your computer and use it in GitHub Desktop.
Save behrangsa/aa459c04fe00aa0c3427 to your computer and use it in GitHub Desktop.
Facter 2.3.0 Portfile
# -*- 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 124084 2014-08-18 17:05:27Z khindenburg@macports.org $
PortSystem 1.0
name facter
version 2.3.0
categories sysutils
license Apache-2 MIT
maintainers explanatorygap.net:nigel gmail.com:behrangsa openmaintainer
supported_archs noarch
description A cross-platform library for describing OS attributes.
long_description A cross-platform library for describing OS attributes. \
Supports multiple resolution mechanisms, any of which \
can be restricted to working only on certain operating \
systems or environments. Facter is especially useful for \
retrieving things like operating system names, \
IP addresses, MAC addresses, and SSH keys.
homepage http://puppetlabs.com/facter
platforms darwin
master_sites http://downloads.puppetlabs.com/facter
checksums rmd160 a75d4e66b0e11664136df94f8309b33b4037ad26 \
sha256 a91ea915b276172e002a8670684e5c6be7df1dfdd55db6937d27fffad70c5e51
depends_lib port:ruby
use_configure no
build {}
test.run no
destroot.cmd ${prefix}/bin/ruby1.8 ${worksrcpath}/install.rb \
--destdir=${destroot}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment