diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-10 13:42:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-10 13:42:38 +0800 |
commit | b1ef9ce3e6ae6273b853ab79cdd1139ff42c6711 (patch) | |
tree | 5f53b6033ecd1686c5fbc38ac3300eda2fd4e849 /irc/p5-POE-Component-IRC-Plugin-Bollocks | |
parent | 07b65f592a72307e26953ea28ed3a761577a22d5 (diff) | |
download | freebsd-ports-gnome-b1ef9ce3e6ae6273b853ab79cdd1139ff42c6711.tar.gz freebsd-ports-gnome-b1ef9ce3e6ae6273b853ab79cdd1139ff42c6711.tar.zst freebsd-ports-gnome-b1ef9ce3e6ae6273b853ab79cdd1139ff42c6711.zip |
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION
- Pet portlint
PR: 166762
Submitted by: swills@
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 |