diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/keitairc/Makefile | 18 | ||||
-rw-r--r-- | irc/keitairc2/Makefile | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile index a108bbe310f3..3c5501604401 100644 --- a/irc/keitairc/Makefile +++ b/irc/keitairc/Makefile @@ -15,15 +15,15 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= #empty MAINTAINER= ports@FreeBSD.org -COMMENT=IRC proxy for mobilephone that have a web interface - -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}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ - ${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 +COMMENT= IRC proxy for mobilephone that have a web interface + +RUN_DEPENDS= p5-Unicode-Japanese>=0:${PORTSDIR}/japanese/p5-Unicode-Japanese \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-POE-Component-Pluggable>=0:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ + p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig PLIST_FILES= bin/keitairc diff --git a/irc/keitairc2/Makefile b/irc/keitairc2/Makefile index af4f43a586e2..56b9e493f4fc 100644 --- a/irc/keitairc2/Makefile +++ b/irc/keitairc2/Makefile @@ -16,15 +16,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/47485 #PATCH_SITES= http://home.jp.FreeBSD.org/~matusita/keitairc2/ MAINTAINER= ports@FreeBSD.org -COMMENT=IRC proxy for mobilephone that have a web interface - -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 \ - ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \ - ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig +COMMENT= IRC proxy for mobilephone that have a web interface + +RUN_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ + p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig CONFLICTS= keitairc-1.* NO_BUILD= yes |