# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Net-Syslog 0.03
maintainers             hostwizard.com:scott

description             Net::Syslog - Perl extension for sending syslog messages directly to a remote syslogd.

long_description        Net::Syslog implements the intra-host syslog forwarding \
                        protocol. It is not intended to replace the Sys::Syslog \
                        or Unix::Syslog modules, but instead to provide a method \
                        of using syslog when a local syslogd is unavailable or \
                        when you don't want to write syslog messages to the \
                        local syslog

checksums               md5     f86d7e1910ee388c75954d25c43c6175 \
                        sha1    d0b717a89447d16df191de7b7912ff230e4b95ba \
                        rmd160  836ced7b568a852dfc84d7d0217809513b6a383f

platforms               darwin

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