aboutsummaryrefslogtreecommitdiffstats
path: root/irc/nethirc/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-05-30 11:27:42 +0800
committersat <sat@FreeBSD.org>2006-05-30 11:27:42 +0800
commit9c0e530e106735aa42eb5812e65662c18242d832 (patch)
treee92825c5e459a1a1cf20f4caa788fcd96094ffd7 /irc/nethirc/Makefile
parent711829f68dd68451fdfe61127b09407e3db1acdb (diff)
downloadfreebsd-ports-gnome-9c0e530e106735aa42eb5812e65662c18242d832.tar.gz
freebsd-ports-gnome-9c0e530e106735aa42eb5812e65662c18242d832.tar.zst
freebsd-ports-gnome-9c0e530e106735aa42eb5812e65662c18242d832.zip
- Update to 0.94
Approved by: Matt Mills <matt_mills@btopenworld.com> (maintainer), krion (mentor)
Diffstat (limited to 'irc/nethirc/Makefile')
-rw-r--r--irc/nethirc/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile
index 749b4ab4238c..436a83ec5f17 100644
--- a/irc/nethirc/Makefile
+++ b/irc/nethirc/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= NetHirc
-PORTVERSION= 0.7
+PORTVERSION= 0.94
CATEGORIES= irc
-MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/old/
+MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
MAINTAINER= matt_mills@btopenworld.com
COMMENT= Perl-based IRC client that uses Net::IRC
-RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
+BUILD_DEPENDS= ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
+ ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \
+ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANCOMPRESSED= no
MAN1= nethirc.pl.1
-MAN3= NetHirc.3 nethirc.3
+MAN3= NetHirc.3
.include <bsd.port.pre.mk>