# New ports collection makefile for: p5-Danga-Socket # Date created: 2005-08-08 # Whom: Jacques Marneweck # # $FreeBSD$ # PORTNAME= Danga-Socket PORTVERSION= 1.59 PORTREVISION= 1 CATEGORIES= devel net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Event loop and event-driven async socket base class RUN_DEPENDS= p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \ p5-Sys-Syscall>=0:${PORTSDIR}/devel/p5-Sys-Syscall PERL_CONFIGURE= yes MAN3= Danga::Socket.3 .include .if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes .endif .include