diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 02:58:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 02:58:34 +0000 |
commit | f09059cc338d45e816a1c067b020c2828f68f4e4 (patch) | |
tree | 9733e402cff1bff52862c434a3e1ef9927cd7e49 /irc/p5-POE-Component-IRC-Object | |
parent | 11bd290c5b0bb9c38b434c426176709b3f80385d (diff) | |
download | ports-f09059cc338d45e816a1c067b020c2828f68f4e4.tar.gz ports-f09059cc338d45e816a1c067b020c2828f68f4e4.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC-Object')
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile index e6781cd84524..fffcad341bc8 100644 --- a/irc/p5-POE-Component-IRC-Object/Makefile +++ b/irc/p5-POE-Component-IRC-Object/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A slightly simpler OO interface to POE::Component::IRC -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" |