# $Id: Portfile 67075 2010-04-28 11:23:31Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup             Sys-Hostname-Long 1.4
maintainers             hostwizard.com:scott

description             Sys::Hostname::Long - Try every conceivable way to get full hostname

long_description        How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc)

checksums           	md5     a5b3c23754cbcff10e283d16c42ec3d3 \
                    	sha1    3e2f64ca953ab9123fa9994e6fcfb709b049f6c0 \
                    	rmd160  d4ea949ed6d4a4fceaaea2952e46aaf0ecae65c6

platforms               darwin

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
