1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile

30 lines
744 B
Makefile

# $FreeBSD$
PORTNAME= POE-Component-IRC-Plugin-Karma
PORTVERSION= 0.003
CATEGORIES= irc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:APOCAL
PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= A PoCo-IRC plugin that keeps track of karma
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
USES= perl5
USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::Karma.3
NO_STAGE= yes
.include <bsd.port.mk>