2016-08-25 15:15:28 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= LWP-Protocol-socks
|
|
|
|
PORTVERSION= 1.7
|
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Adds support for the socks protocol and proxy facility in LWP
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
|
|
|
p5-IO-Socket-Socks>=0:net/p5-IO-Socket-Socks \
|
|
|
|
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
|
|
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2016-09-10 16:14:08 +02:00
|
|
|
NO_ARCH= yes
|
2016-08-25 15:15:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|