diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-04-10 05:42:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-04-10 05:42:38 +0000 |
commit | 8f62b17e35829b7eb2b55a90aac8fbb83895b778 (patch) | |
tree | b4f47a17730a40f07d399d5c097b25182d50497f /irc | |
parent | 69f8bc47d4d26f19994120df8cac60343a88edf4 (diff) | |
download | ports-8f62b17e35829b7eb2b55a90aac8fbb83895b778.tar.gz ports-8f62b17e35829b7eb2b55a90aac8fbb83895b778.zip |
Notes
Diffstat (limited to 'irc')
-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 |