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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			LWP-Authen-Wsse 0.04
maintainers			cyberscript.net:ryan
categories-append		www
description			Library for enabling X-WSSE authentication in LWP.
long_description		LWP::Authen::Wsse allows LWP to authenticate against \
				servers that are using the X-WSSE authentication \
				scheme, as required by the Atom Authentication API. \
				\
				The module is used indirectly through LWP, rather \
				than including it directly in your code. The LWP \
				system will invoke the WSSE authentication when it \
				encounters the authentication scheme while attempting \
				to retrieve a URL from a server.
homepage			http://search.cpan.org/dist/LWP-Authen-Wsse/
checksums			md5 5ee03abf68620d61298023998387e57b
platforms			darwin

depends_lib-append		port:p5-digest-sha1 \
				port:p5-libwww-perl

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