40bbad7ac6
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
24 lines
739 B
Makefile
24 lines
739 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:35 wiz Exp $
|
|
|
|
DISTNAME= LWP-Authen-Negotiate-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
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}
|
|
|
|
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
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|