diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Negotiate/Makefile | 21 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Negotiate/distinfo | 2 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Negotiate/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-LWP-Authen-Negotiate/pkg-plist | 8 |
5 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 391ae024b9eb..043d596c5495 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile new file mode 100644 index 000000000000..77aaa1e561f0 --- /dev/null +++ b/www/p5-LWP-Authen-Negotiate/Makefile @@ -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> diff --git a/www/p5-LWP-Authen-Negotiate/distinfo b/www/p5-LWP-Authen-Negotiate/distinfo new file mode 100644 index 000000000000..4cdca778980e --- /dev/null +++ b/www/p5-LWP-Authen-Negotiate/distinfo @@ -0,0 +1,2 @@ +SHA256 (LWP-Authen-Negotiate-0.08.tar.gz) = 50948e19c532b7864e8aaafc6874415ca075b3ea14bc73db58235c475dac4abb +SIZE (LWP-Authen-Negotiate-0.08.tar.gz) = 4921 diff --git a/www/p5-LWP-Authen-Negotiate/pkg-descr b/www/p5-LWP-Authen-Negotiate/pkg-descr new file mode 100644 index 000000000000..53692d6f6815 --- /dev/null +++ b/www/p5-LWP-Authen-Negotiate/pkg-descr @@ -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/ diff --git a/www/p5-LWP-Authen-Negotiate/pkg-plist b/www/p5-LWP-Authen-Negotiate/pkg-plist new file mode 100644 index 000000000000..023b5c090f22 --- /dev/null +++ b/www/p5-LWP-Authen-Negotiate/pkg-plist @@ -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 |