diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-06 21:12:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-06 21:12:48 +0000 |
commit | 0359494426e5acb08d1bc6effe6e7963d8abfd90 (patch) | |
tree | 24ec618b1e3e76dbbcaaa2b39aaa1cf3db5a510a /irc | |
parent | d25d200c9fecce6c2740bfcfb61345aee2ab7b85 (diff) | |
download | ports-0359494426e5acb08d1bc6effe6e7963d8abfd90.tar.gz ports-0359494426e5acb08d1bc6effe6e7963d8abfd90.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/keitairc2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/keitairc2/Makefile b/irc/keitairc2/Makefile index 5df47a0e9273..8f2d20e6a1d8 100644 --- a/irc/keitairc2/Makefile +++ b/irc/keitairc2/Makefile @@ -18,6 +18,8 @@ DISTNAME= keitairc-2.0rc1 MAINTAINER= matusita@FreeBSD.org COMMENT=IRC proxy for mobilephone that have a web interface +BROKEN= incomplete plist + RUN_DEPENDS= ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww \ |