pkgsrc/chat/p5-POE-Component-IRC/Makefile
rhaen ca764fb077 - Updated to 6.78
- Added dependency p5-Test-Differences

Changes:
6.78  Wed Dec 7 20:29:45 GMT 2011
    - Prevent an IPv6 test failure

6.77  Fri Dec 2 03:55:14 GMT 2011
    - Prevent a test failure in 06_online.t if the host is K-lined

6.76  Tue Nov 29 03:24:55 GMT 2011
    - DCC.pm: Fix DCC RESUME, it was broken
    - NickReclaim.pm: Make it more robust and prevent an error from being
      raised when we quit from IRC.
2012-04-01 18:30:45 +00:00

26 lines
867 B
Makefile

# $NetBSD: Makefile,v 1.17 2012/04/01 18:30:45 rhaen Exp $
#
DISTNAME= POE-Component-IRC-6.78
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-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
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/POE/Component/IRC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"