mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
PORTNAME= Bot-BasicBot
|
|
PORTVERSION= 0.93
|
|
CATEGORIES= irc perl5
|
|
MASTER_SITES= CPAN/Bot
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple irc bot baseclass
|
|
|
|
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>
|