aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-IO-Socket-Socks/Makefile
blob: 19d82d51b000cc740dafe9dee01941392c344a6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   IO-Socket-Socks
PORTVERSION=    0.74
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Provides a way to create socks client or server both 4 and 5 version

LICENSE=    LGPL21

USES=       perl5
USE_PERL5=  configure
NO_ARCH=    yes

.include <bsd.port.mk>