diff options
Diffstat (limited to 'chat/p5-POE-Component-IRC/Makefile')
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index fa7fe38d855..7ce2533ee79 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:04 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/14 09:46:54 adrianp Exp $ # -DISTNAME= POE-Component-IRC-4.64 +DISTNAME= POE-Component-IRC-4.71 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/ +HOMEPAGE= http://search.cpan.org/~bingos/${DISTNAME}/ COMMENT= Fully event-driven IRC client module. DEPENDS+= p5-POE>=0.17:../../devel/p5-POE |