pkgsrc changes: - Adding license definition - MIME::Base is included in perl core in high enough version Upstream changes: 0.08 Do 29. Okt 22:09:12 CET 2009 - added LWP::Debug to dependencies... 0.07 Di 27. Okt 20:51:50 CET 2009 - fixed <https://rt.cpan.org/Public/Bug/Display.html?id=50881> Thanks to Adam Sjogren.
22 lines
679 B
Makefile
22 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/11/21 15:03:05 sno Exp $
|
|
|
|
DISTNAME= LWP-Authen-Negotiate-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://perlgssapi.sourceforge.net/
|
|
COMMENT= Library for enabling GSSAPI authentication in LWP
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
|
|
DEPENDS+= {perl>=5.10,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
|
|
|
|
PERL5_PACKLIST= auto/LWP/Authen/Negotiate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|