d0d1cc44a8
Add SOCKS support for any perl object / package / program WWW: https://metacpan.org/release/IO-Socket-Socks-Wrapper PR: 234746 Submitted by: gehm@physik.tu-berlin.de
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Socket-Socks-Wrapper
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gehm@physik.tu-berlin.de
|
|
COMMENT= Add SOCKS support for any perl object, package or program
|
|
|
|
LICENSE= LGPL21
|
|
|
|
RUN_DEPENDS= p5-IO-Socket-Socks>=0.74:net/p5-IO-Socket-Socks
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|