aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-Socks-Wrapper/Makefile
blob: 144ac190fb6934310e56bf1f94c4ab07df5be775 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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

MAINTAINER=	gehm@physik.tu-berlin.de
COMMENT=	Add SOCKS support for any perl object, package or program

LICENSE=	LGPL21

RUN_DEPENDS=	p5-IO-Socket-Socks>=0.74:net/p5-IO-Socket-Socks

USES=		perl5

USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>