diff options
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-Bollocks')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile b/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile index 528276b32ddb..27c927ab6c94 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile @@ -7,17 +7,18 @@ PORTNAME= POE-Component-IRC-Plugin-Bollocks PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org -COMMENT= A POE::Component::IRC plugin that talks bollocks. +COMMENT= A POE::Component::IRC plugin that talks bollocks -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:${PORTSDIR}/textproc/p5-Dev-Bollocks \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PERL_CONFIGURE= yes |