aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Socks/Makefile
blob: 387bed09ce2f3c07faad5a0117f0e37064395f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	SOCKS
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN/Net
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Perl5 module to communicate with socks v4 and v5 servers
WWW=		https://metacpan.org/release/SOCKS

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>