2006-10-02 03:05:33 +02:00
|
|
|
# New ports collection makefile for: p5-POE-Component-Generic
|
|
|
|
# Date created: 2006-08-30
|
|
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-Generic
|
2009-10-28 09:47:00 +01:00
|
|
|
PORTVERSION= 0.12.05
|
2007-06-20 10:07:58 +02:00
|
|
|
DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/}
|
2006-10-02 03:05:33 +02:00
|
|
|
CATEGORIES= net perl5
|
2007-08-15 03:37:28 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-10-02 03:05:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-08-16 03:49:58 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2006-10-02 03:05:33 +02:00
|
|
|
COMMENT= Provides non-blocking access to a blocking object
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \
|
2007-03-02 04:52:29 +01:00
|
|
|
${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Net/SSH2.pm:${PORTSDIR}/net/p5-Net-SSH2
|
2006-10-02 03:05:33 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.7.2+
|
2006-10-02 03:05:33 +02:00
|
|
|
|
2007-03-02 04:52:29 +01:00
|
|
|
MAN3= POE::Component::Generic.3 \
|
2006-10-02 03:05:33 +02:00
|
|
|
POE::Component::Generic::Child.3 \
|
|
|
|
POE::Component::Generic::Net::SSH2.3 \
|
|
|
|
POE::Component::Generic::Object.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|