blob: 04c561b1b9a67e68e9604d86b3d1c08850b26cd3 (
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
26
|
# $NetBSD: Makefile,v 1.19 2012/10/03 21:54:03 wiz Exp $
#
DISTNAME= POE-Component-IRC-6.78
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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-IRC-Utils>=0.11:../../chat/p5-IRC-Utils
DEPENDS+= p5-POE-Component-Syndicator-[0-9]*:../../devel/p5-POE-Component-Syndicator
DEPENDS+= p5-POE-Filter-IRCD>=1.7:../../chat/p5-POE-Filter-IRCD
DEPENDS+= p5-Test-Differences>=0.61:../../devel/p5-Test-Differences
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/POE/Component/IRC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|