pkgsrc/www/p5-LWP-Authen-Wsse/Makefile
kleink 010aee0137 Initial import of p5-LWP-Authen-Wsse 0.05, a library for enabling X-WSSE
authentication in LWP, into the Packages Collection.
2006-01-30 13:13:44 +00:00

20 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 13:13:44 kleink Exp $
DISTNAME= LWP-Authen-Wsse-0.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5law
CATEGORIES= perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/LWP-Authen-Wsse/
COMMENT= Library for enabling X-WSSE authentication in LWP
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/LWP/Authen/Wsse/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"