diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-19 08:59:35 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-19 08:59:35 +0800 |
commit | 4e6112abaf9018e46752584159e878b584e0b071 (patch) | |
tree | 6b3220212f04f48b57862b0650397578c74114f7 /irc/p5-POE-Component-IRC/Makefile | |
parent | 19f56453087fa7f01103c8187fb34cc2f30bff00 (diff) | |
download | freebsd-ports-gnome-4e6112abaf9018e46752584159e878b584e0b071.tar.gz freebsd-ports-gnome-4e6112abaf9018e46752584159e878b584e0b071.tar.zst freebsd-ports-gnome-4e6112abaf9018e46752584159e878b584e0b071.zip |
- update to 4.96
- original maintainer pass maintainership to submitter
PR: ports/100487
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (original, Christopher Nehren)
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 |