blob: ccf515c14ea41b77a4dfae565894293d9c471042 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>
|