5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
28 lines
808 B
Makefile
28 lines
808 B
Makefile
# Created by: milki <milki@rescomp.berkeley.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-IRC-Plugin-Hailo
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= irc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:HINRIK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= milki@FreeBSD.org
|
|
COMMENT= PoCo-IRC plugin for a Hailo conversation simulator
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-IRC-Utils>=0.05:${PORTSDIR}/irc/p5-IRC-Utils \
|
|
p5-Math-Random-OO>=0.21:${PORTSDIR}/math/p5-Math-Random-OO \
|
|
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
|
p5-POE-Component-Hailo>=0:${PORTSDIR}/devel/p5-POE-Component-Hailo \
|
|
p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|