pkgsrc-wip/p5-IO-Socket-Socks/Makefile
bodie 5ba81fe39f Import p5-IO-Socket-Socks-0.51 as wip/p5-IO-Socket-Socks.
IO::Socket::Socks connects to a SOCKS proxy, tells it to open a
connection to a remote host/port when the object is created. The
object you receive can be used directly as a socket for sending
and receiving data from the remote host. In addition to create
socks client this module could be used to create socks server.

Preparatory work for https://code.google.com/p/get-flash-videos/
2011-10-27 21:02:35 +00:00

22 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 21:02:35 tomasbodzar Exp $
#
DISTNAME= IO-Socket-Socks-0.51
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~oleg/IO-Socket-Socks-0.51/lib/IO/Socket/Socks.pm
COMMENT= create SOCKS v4/v5 client or server
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
PERL5_PACKLIST= auto/IO/Socket/Socks/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"