diff options
Diffstat (limited to 'irc/p5-POE-Component-IRC/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index fe171aea8b77..6bcb43c1fc3d 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,17 +7,17 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 4.93 +PORTVERSION= 4.96 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= apeiron+ports@coitusmentis.info +MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= A fully event-driven IRC client module -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Filter/IRCD.pm:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ +BUILD_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \ + p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ ${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ ${SITE_PERL}/POE/Component/Client/Ident.pm:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify |