# -*- 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$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         Authen-Smb 0.91
revision            3
maintainers         oaf.dk:mni
description         Perl extension to authenticate against an Samba server
long_description    Authen::Smb is a module which allows you to authenticate a user \
                    against an NT domain directly from Perl.

checksums           rmd160  80949c7fe6ad94db91a6c364925a983f063e6fc0 \
                    sha256  e0b664ef8744c6fba0af1f44b6154a0fd723cc92d3e13f1ec3620b5637a208bc

platforms           darwin

if {${perl5.major} != ""} {
    patchfiles      patch-smbval-smbencrypt.c.diff \
                    patch-smbval-rfcnb-util.c.diff \
                    patch-smbval-session.c.diff \
                    patch-smbval-smblib-util.c.diff \
                    patch-smbval-smblib.c.diff
}