mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
22 lines
417 B
Makefile
22 lines
417 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 perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|