d5cd3e6316
Upstream changes: 0.97 Sun Mar 17 19:20:30 CET 2013 - corrected minor spelling fixes thanks to an rt patch. - fixed AnyEvent::IRC::Connection::is_connected to actually return true when connected. - AE::IRC::Client::connect can now also connect only with a timeout without having to register. - Server reply of 001 is now also considered as "successfully registered". Thanks for Lee to spot this. - "quit" event gets the right parameter from the message now. Thanks to Lee!
20 lines
597 B
Makefile
20 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/07/13 12:58:58 wen Exp $
|
|
|
|
DISTNAME= AnyEvent-IRC-0.97
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/AnyEvent-IRC/
|
|
COMMENT= Perl 5 event based IRC protocol client API
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/AnyEvent/IRC/.packlist
|
|
|
|
DEPENDS+= p5-Object-Event-[0-9]*:../../devel/p5-Object-Event
|
|
DEPENDS+= p5-AnyEvent>=5:../../devel/p5-AnyEvent
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|