diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:39:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:39:46 +0000 |
commit | 14795a5680b19c76ea89bc52a705c2ddc0144eb0 (patch) | |
tree | 5c88e345243197e15e1cfce6fac37795c21f8d08 /irc/p5-POE-Component-IRC | |
parent | 3020a19a0adc18cc72ca6f1a25684eeffbf86fa9 (diff) | |
download | ports-14795a5680b19c76ea89bc52a705c2ddc0144eb0.tar.gz ports-14795a5680b19c76ea89bc52a705c2ddc0144eb0.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-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 |