aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-Bot-BasicBot/Makefile
blob: aa717c691d014eddc516a137cd3164e4b6ec1c2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	Bot-BasicBot
PORTVERSION=	0.93
CATEGORIES=	irc perl5
MASTER_SITES=	CPAN/Bot
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple irc bot baseclass
WWW=		https://metacpan.org/release/Bot-BasicBot

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-POE>=0:devel/p5-POE \
		p5-POE-Component-IRC>=6.90:irc/p5-POE-Component-IRC

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>