2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
2006-07-31 05:04:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-Client-Telnet
|
|
|
|
PORTVERSION= 0.06
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 3
|
2006-07-31 05:04:32 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-31 05:04:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2014-01-05 17:55:04 +01:00
|
|
|
COMMENT= POE component that provides non-blocking access to Net::Telnet
|
2006-07-31 05:04:32 +02:00
|
|
|
|
2014-05-03 10:47:26 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \
|
2012-06-30 16:39:14 +02:00
|
|
|
p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
|
2014-05-03 10:47:26 +02:00
|
|
|
p5-POE>=0.31:${PORTSDIR}/devel/p5-POE
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-31 05:04:32 +02:00
|
|
|
|
2013-09-05 12:32:23 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-31 05:04:32 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|