Merge branch 'staged'
[dports.git] / www / p5-LWP-Authen-Negotiate / Makefile
1 PORTNAME=       LWP-Authen-Negotiate
2 PORTVERSION=    0.08
3 PORTREVISION=   1
4 CATEGORIES=     www perl5
5 MASTER_SITES=   CPAN
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     perl@FreeBSD.org
9 COMMENT=        Perl extension to enable LWP to authenticate using negotiate
10 WWW=            https://metacpan.org/release/LWP-Authen-Negotiate
11
12 BUILD_DEPENDS=  ${RUN_DEPENDS}
13 RUN_DEPENDS=    p5-libwww>=0:www/p5-libwww
14
15 USES=           perl5
16 USE_PERL5=      configure
17
18 .include <bsd.port.mk>