Add p5-HTTP-ProxyPAC 0.31, use a proxy auto config file to get proxy
info.
This commit is contained in:
parent
21dd06f93f
commit
e875c88a01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420859
@ -989,6 +989,7 @@
|
||||
SUBDIR += p5-HTTP-Parser
|
||||
SUBDIR += p5-HTTP-Parser-XS
|
||||
SUBDIR += p5-HTTP-Proxy
|
||||
SUBDIR += p5-HTTP-ProxyPAC
|
||||
SUBDIR += p5-HTTP-Recorder
|
||||
SUBDIR += p5-HTTP-Request-AsCGI
|
||||
SUBDIR += p5-HTTP-Request-Params
|
||||
|
21
www/p5-HTTP-ProxyPAC/Makefile
Normal file
21
www/p5-HTTP-ProxyPAC/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTTP-ProxyPAC
|
||||
PORTVERSION= 0.31
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Use a proxy auto config file to get proxy info
|
||||
|
||||
BUILD_DEPENDS= p5-JE>0:www/p5-JE \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-HTTP-ProxyPAC/distinfo
Normal file
3
www/p5-HTTP-ProxyPAC/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1472137044
|
||||
SHA256 (HTTP-ProxyPAC-0.31.tar.gz) = 475d280b10901866ed6167230d93534ee107540f9778178c893002a068d2b640
|
||||
SIZE (HTTP-ProxyPAC-0.31.tar.gz) = 12252
|
3
www/p5-HTTP-ProxyPAC/pkg-descr
Normal file
3
www/p5-HTTP-ProxyPAC/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Use a proxy auto config file to get proxy info.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTTP-ProxyPAC/
|
5
www/p5-HTTP-ProxyPAC/pkg-plist
Normal file
5
www/p5-HTTP-ProxyPAC/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/HTTP/ProxyPAC.pm
|
||||
%%SITE_PERL%%/HTTP/ProxyPAC/Functions.pm
|
||||
%%SITE_PERL%%/HTTP/ProxyPAC/Result.pm
|
||||
%%PERL5_MAN3%%/HTTP::ProxyPAC.3.gz
|
||||
%%PERL5_MAN3%%/HTTP::ProxyPAC::Result.3.gz
|
Loading…
Reference in New Issue
Block a user