diff options
Diffstat (limited to 'net/p5-Net-Proxy/Makefile')
-rw-r--r-- | net/p5-Net-Proxy/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-Net-Proxy/Makefile b/net/p5-Net-Proxy/Makefile new file mode 100644 index 000000000000..ccf515c14ea4 --- /dev/null +++ b/net/p5-Net-Proxy/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Net-Proxy +# Date created: 2008-01-03 +# Whom: Philippe Audeoud <jadawin@tuxaco.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-Proxy +PORTVERSION= 0.12 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= jadawin@tuxaco.net +COMMENT= Framework for proxying network connections in many ways + +PERL_CONFIGURE= 5.8.0+ + +MAN3= Net::Proxy.3 \ + Net::Proxy::Connector.3 \ + Net::Proxy::Connector::connect.3 \ + Net::Proxy::Connector::connect_ssl.3 \ + Net::Proxy::Connector::dual.3 \ + Net::Proxy::Connector::dummy.3 \ + Net::Proxy::Connector::ssl.3 \ + Net::Proxy::Connector::tcp.3 \ + Net::Proxy::Tutorial.3 + +MAN1= connect-tunnel.1 \ + sslh.1 + +.include <bsd.port.mk> |