openbsd-ports/net/p5-Bot-BasicBot/Makefile
2022-03-11 19:45:43 +00:00

19 lines
284 B
Makefile

COMMENT = simple irc bot baseclass
MODULES = cpan
PKG_ARCH = *
DISTNAME = Bot-BasicBot-0.93
CATEGORIES = net
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-POE \
net/p5-POE-Component-IRC>=6.90 \
net/p5-IRC-Utils
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>