blob: fa7fe38d855ee05906271861f38beec26055dc13 (
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
25
|
# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:04 jlam Exp $
#
DISTNAME= POE-Component-IRC-4.64
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= chat perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~bingos/POE-Component-IRC-4.64/
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"
|