summaryrefslogtreecommitdiff
path: root/chat/p5-POE-Component-IRC/Makefile
blob: d2debf241dd64a5612e13e42c1bc7aada78858f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.4 2005/12/05 20:49:54 rillig Exp $
#

DISTNAME=	POE-Component-IRC-4.71
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	chat perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=POE/}

MAINTAINER=	adrianp@NetBSD.org
HOMEPAGE=	http://search.cpan.org/~bingos/${DISTNAME}/
COMMENT=	Fully event-driven IRC client module

DEPENDS+=	p5-POE>=0.17:../../devel/p5-POE
DEPENDS+=	p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+=	p5-POE-Component-Client-DNS-[0-9]*:../../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-[0-9]*:../../chat/p5-POE-Filter-IRCD

PKG_INSTALLATION_TYPES=	overwrite pkgviews

PERL5_PACKLIST=		auto/POE/Component/IRC/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"