diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-04-13 22:11:29 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-04-13 22:11:29 +0800 |
commit | 081bce3c63e41e0821bd0c69f87494e123dc6a08 (patch) | |
tree | 392347c0c75a4c9bfd4d0c5fbf2ae749d2cde826 /irc/Makefile | |
parent | df3c3b7634056fa91b05e3cfc7ccde2a0f68d259 (diff) | |
download | freebsd-ports-gnome-081bce3c63e41e0821bd0c69f87494e123dc6a08.tar.gz freebsd-ports-gnome-081bce3c63e41e0821bd0c69f87494e123dc6a08.tar.zst freebsd-ports-gnome-081bce3c63e41e0821bd0c69f87494e123dc6a08.zip |
The functions in this module take care of many of the tasks you are
faced with when working with IRC. Mode lines, ban masks, message
encoding and formatting, etc.
WWW: http://search.cpan.org/dist/IRC-Utils/
PR: ports/156355
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 95acedf5b839..ea806cb13c68 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -83,6 +83,7 @@ SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman + SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish |