ports/net/p5-Bot-BasicBot/Makefile

19 lines
284 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>