The AnyEvent::IRC module consists of AnyEvent::IRC::Connection, AnyEvent::IRC::Client and AnyEvent::IRC::Util. AnyEvent::IRC is just a module that holds this overview over the other modules. AnyEvent::IRC can be viewed as toolbox for handling IRC connections and communications. AnyEvent::IRC::Client is a more highlevel IRC connection that already processes some messages for you and will generated some events that are maybe useful to you. ok landry@
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/08/12 11:59:11 pascal Exp $
|
|
|
|
COMMENT = event based IRC client API
|
|
|
|
DISTNAME = AnyEvent-IRC-0.97
|
|
|
|
CATEGORIES = net devel
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-Object-Event \
|
|
devel/p5-AnyEvent
|
|
|
|
.include <bsd.port.mk>
|