21 lines
345 B
Makefile

# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:31 sthen Exp $
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>