freebsd-ports/irc/p5-Bot-BasicBot/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

22 lines
485 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Bot-BasicBot
PORTVERSION= 0.89
PORTREVISION= 1
CATEGORIES= irc perl5
MASTER_SITES= CPAN/Bot
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple irc bot baseclass
BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \
p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC
RUN_DEPENDS= p5-POE>=0:devel/p5-POE \
p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>