freebsd-ports/irc/p5-Bot-BasicBot/Makefile

23 lines
533 B
Makefile
Raw Normal View History

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Bot-BasicBot
2012-01-14 07:14:49 +01:00
PORTVERSION= 0.89
PORTREVISION= 1
CATEGORIES= irc perl5
2009-02-03 14:35:40 +01:00
MASTER_SITES= CPAN/Bot
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple irc bot baseclass
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>