diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-23 05:39:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-23 05:39:46 +0800 |
commit | 46ab9c9ecf7eb31d986d3531f6c8b10dd154e9d9 (patch) | |
tree | eb41c03bde47b43057e6def5cf076de6121fffb2 /irc | |
parent | 97b27801ae7183bed7c94be43f82e579b5149b7d (diff) | |
download | freebsd-ports-gnome-46ab9c9ecf7eb31d986d3531f6c8b10dd154e9d9.tar.gz freebsd-ports-gnome-46ab9c9ecf7eb31d986d3531f6c8b10dd154e9d9.tar.zst freebsd-ports-gnome-46ab9c9ecf7eb31d986d3531f6c8b10dd154e9d9.zip |
- Add missing dependency
PR: 129791
Submitted by: Tod McQuillin <devin@spamcop.net>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 751dc01801f5..a4adcb246b4c 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -8,6 +8,7 @@ PORTNAME= POE-Component-IRC PORTVERSION= 5.88 +PORTREVISION= 1 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,8 @@ RUN_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 + ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify \ + ${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |