aboutsummaryrefslogtreecommitdiffstats
path: root/irc/keitairc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/keitairc/Makefile')
-rw-r--r--irc/keitairc/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile
index 610675846870..ebb1fb096c76 100644
--- a/irc/keitairc/Makefile
+++ b/irc/keitairc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= keitairc
-PORTVERSION= 1.30
+PORTVERSION= 1.33
#PORTREVISION= 0
CATEGORIES= irc
MASTER_SITES= http://keitairc.sourceforge.jp/
@@ -16,10 +16,11 @@ EXTRACT_SUFX= #empty
MAINTAINER= matusita@FreeBSD.org
COMMENT=IRC proxy for mobilephone that have a web interface
-RUN_DEPENDS= ${JCODE}:${PORTSDIR}/japanese/p5-Jcode \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Japanese.pm:${PORTSDIR}/japanese/p5-Unicode-Japanese \
${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 \
+ ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \
${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig
PLIST_FILES= bin/keitairc
@@ -38,12 +39,4 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500801
-JCODE= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm
-.else
-JCODE= ${SITE_PERL}/Jcode.pm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>