openbsd-ports/www/p5-LWP-Authen-Wsse/Makefile
simon 9a6e13c3fd import p5-LWP-Authen-Wsse
LWP::Authen::Wsse allows LWP to authenticate against servers that are
using the X-WSSE authentication scheme, as required by the Atom
Authentication API.

ok jasper@
2007-10-05 20:57:15 +00:00

21 lines
429 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/05 20:57:15 simon Exp $
COMMENT= library for enabling X-WSSE authentication in LWP
MODULES= cpan
DISTNAME= LWP-Authen-Wsse-0.05
CATEGORIES= www
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::security/p5-Digest-SHA1 \
::www/p5-libwww
.include <bsd.port.mk>