summaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
blob: 8de4d612a89b59ec43ce20a28e1fe204214ecd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

PORTNAME=	POE-Component-IRC-Plugin-Karma
PORTVERSION=	0.003
PORTREVISION=	1
CATEGORIES=	irc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:APOCAL
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	PoCo-IRC plugin that keeps track of karma

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
		p5-DBI>=0:databases/p5-DBI \
		p5-Moose>=0:devel/p5-Moose \
		p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC
TEST_DEPENDS=	p5-Test-MockObject>=0:devel/p5-Test-MockObject

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>