mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
LWP::Authen::Negotiate is a authentication plugin for LWP to
support WWW-Negotiate. WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/
This commit is contained in:
parent
2033c491ed
commit
219e108d08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326302
@ -1040,6 +1040,7 @@
|
||||
SUBDIR += p5-Jemplate
|
||||
SUBDIR += p5-Jifty
|
||||
SUBDIR += p5-Kwiki
|
||||
SUBDIR += p5-LWP-Authen-Negotiate
|
||||
SUBDIR += p5-LWP-Authen-OAuth
|
||||
SUBDIR += p5-LWP-Authen-Wsse
|
||||
SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests
|
||||
|
21
www/p5-LWP-Authen-Negotiate/Makefile
Normal file
21
www/p5-LWP-Authen-Negotiate/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= LWP-Authen-Negotiate
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Perl extension to enable LWP to authenticate using negotiate
|
||||
|
||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= LWP::Authen::Negotiate.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-LWP-Authen-Negotiate/distinfo
Normal file
2
www/p5-LWP-Authen-Negotiate/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (LWP-Authen-Negotiate-0.08.tar.gz) = 50948e19c532b7864e8aaafc6874415ca075b3ea14bc73db58235c475dac4abb
|
||||
SIZE (LWP-Authen-Negotiate-0.08.tar.gz) = 4921
|
4
www/p5-LWP-Authen-Negotiate/pkg-descr
Normal file
4
www/p5-LWP-Authen-Negotiate/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
LWP::Authen::Negotiate is a authentication plugin for LWP to
|
||||
support WWW-Negotiate.
|
||||
|
||||
WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/
|
8
www/p5-LWP-Authen-Negotiate/pkg-plist
Normal file
8
www/p5-LWP-Authen-Negotiate/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate/.packlist
|
||||
%%SITE_PERL%%/auto/LWP/Authen/Negotiate/autosplit.ix
|
||||
%%SITE_PERL%%/LWP/Authen/Negotiate.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen
|
||||
@dirrm %%SITE_PERL%%/auto/LWP/Authen/Negotiate
|
||||
@dirrmtry %%SITE_PERL%%/auto/LWP/Authen
|
||||
@dirrmtry %%SITE_PERL%%/auto/LWP
|
Loading…
Reference in New Issue
Block a user