freebsd-ports/net/p5-IO-Socket-Timeout/Makefile
Kurt Jaeger 90453bca09 New port: net/p5-IO-Socket-Timeout
This module provides a way to set a timeout on read / write operations
on an IO::Socket instance, or any IO::Socket::* modules, like
IO::Socket::INET.

WWW: http://search.cpan.org/dist/IO-Socket-Timeout/
2015-12-05 20:40:52 +00:00

22 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= IO-Socket-Timeout
PORTVERSION= 0.32
CATEGORIES= net ipv6 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= IO::Socket with read/write timeout
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PerlIO-via-Timeout>=0.32:${PORTSDIR}/devel/p5-PerlIO-via-Timeout
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>