diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-23 10:49:30 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-23 10:49:30 +0000 |
commit | 6ca001f57dc03df8e47b90e9b6ece832826629b3 (patch) | |
tree | 5fe8e445854610acdbf9621f88af124d058a7cf3 /irc/p5-Bot-BasicBot | |
parent | 70bf188dc59e40d6c62f5b65db7c1fdc12bf2504 (diff) | |
download | ports-6ca001f57dc03df8e47b90e9b6ece832826629b3.tar.gz ports-6ca001f57dc03df8e47b90e9b6ece832826629b3.zip |
Notes
Diffstat (limited to 'irc/p5-Bot-BasicBot')
-rw-r--r-- | irc/p5-Bot-BasicBot/Makefile | 32 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/distinfo | 3 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/pkg-descr | 5 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/pkg-plist | 2 |
4 files changed, 42 insertions, 0 deletions
diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile new file mode 100644 index 000000000000..cf310fe9502c --- /dev/null +++ b/irc/p5-Bot-BasicBot/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Bot-BasicBot +# Date created: 23 Dec 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Bot-BasicBot +PORTVERSION= 0.7 +CATEGORIES= irc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMI +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Simple irc bot baseclass + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Bot::BasicBot.3 + +PERL_MODBUILD= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/irc/p5-Bot-BasicBot/distinfo b/irc/p5-Bot-BasicBot/distinfo new file mode 100644 index 000000000000..b0e05b702c30 --- /dev/null +++ b/irc/p5-Bot-BasicBot/distinfo @@ -0,0 +1,3 @@ +MD5 (Bot-BasicBot-0.7.tar.gz) = 23d2c28739387a2f0f894d95193cbbd2 +SHA256 (Bot-BasicBot-0.7.tar.gz) = 70cbe5687072e33d7c17233c151b20a3f85fd4c75dfc488147d4aa5610e62434 +SIZE (Bot-BasicBot-0.7.tar.gz) = 23560 diff --git a/irc/p5-Bot-BasicBot/pkg-descr b/irc/p5-Bot-BasicBot/pkg-descr new file mode 100644 index 000000000000..dee2c2e4c31d --- /dev/null +++ b/irc/p5-Bot-BasicBot/pkg-descr @@ -0,0 +1,5 @@ +Basic bot system designed to make it easy to do simple bots, optionally +forking longer processes (like searches) concurrently in the background. + +WWW: http://search.cpan.org/dist/Bot-BasicBot +Author: Tom Insam <tom@jerakeen.org> diff --git a/irc/p5-Bot-BasicBot/pkg-plist b/irc/p5-Bot-BasicBot/pkg-plist new file mode 100644 index 000000000000..17d2d27f1619 --- /dev/null +++ b/irc/p5-Bot-BasicBot/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Bot/BasicBot.pm +@dirrm %%SITE_PERL%%/Bot |