e442668e9f
6.40 Thu Sep 9 06:55:27 UTC 2010 - AutoJoin.pm: Wait for a reply from NickServ before joining channels on connect
26 lines
910 B
Makefile
26 lines
910 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/09/12 11:15:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= POE-Component-IRC-6.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= chat perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/POE-Component-IRC/
|
|
COMMENT= Fully event-driven IRC client module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-POE>=0.3202:../../devel/p5-POE
|
|
DEPENDS+= p5-POE-Component-Client-DNS>=0.99:../../net/p5-POE-Component-Client-DNS
|
|
DEPENDS+= p5-POE-Component-Client-Ident-[0-9]*:../../net/p5-POE-Component-Client-Ident
|
|
DEPENDS+= p5-POE-Filter-IRCD>=1.7:../../chat/p5-POE-Filter-IRCD
|
|
DEPENDS+= p5-POE-Component-Pluggable>=1.24:../../devel/p5-POE-Component-Pluggable
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/POE/Component/IRC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|