1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/p5-Socks/Makefile
2013-11-05 16:42:55 +00:00

18 lines
334 B
Makefile

# Created by: Yukihiro Nakai <Nacai@iname.com>
# $FreeBSD$
PORTNAME= SOCKS
PORTVERSION= 0.03
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module to communicate with socks v4 and v5 servers
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>