mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
b4fd0b8e38
been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# New ports collection makefile for: p5-Socks
|
|
# Date created: 22 January 1999
|
|
# Whom: Yukihiro Nakai <Nacai@iname.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SOCKS
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl5 module to communicate with socks v4 and v5 servers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::SOCKS.3
|
|
|
|
.include <bsd.port.mk>
|