freebsd-ports/net/p5-Socks/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

23 lines
502 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= nakai@FreeBSD.org
COMMENT= Perl5 module to communicate with socks v4 and v5 servers
PERL_CONFIGURE= yes
MAN3= Net::SOCKS.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>