openbsd-ports/net/p5-Bot-BasicBot/Makefile

21 lines
366 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:50 espie Exp $
COMMENT = simple irc bot baseclass
MODULES = cpan
DISTNAME = Bot-BasicBot-0.84
REVISION = 0
CATEGORIES = net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Object-Pluggable \
net/p5-POE-Component-IRC \
net/p5-POE-Filter-IRCD
2010-10-23 05:35:20 -04:00
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>