2013-05-22 11:29:56 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-09-27 10:35:40 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-NBsocket
|
2014-02-11 08:43:45 +01:00
|
|
|
PORTVERSION= 0.24
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-09-27 10:35:40 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-27 10:35:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-09-27 10:35:40 +02:00
|
|
|
COMMENT= Non-Blocking Sockets
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-NetAddr-IP>=4.049:net-mgmt/p5-NetAddr-IP
|
2013-05-22 11:29:56 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-09-27 10:35:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|