1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile
Frederic Culot 0b97658a33 - Update to 0.17
Changes:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-Hailo/Changes
PR:		ports/167678
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2012-05-08 15:52:03 +00:00

36 lines
972 B
Makefile

# New ports collection makefile for: POE-Componenet-IRC-Plugin-Hailo
# Date created: 2011-07-19
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
PORTNAME= POE-Component-IRC-Plugin-Hailo
PORTVERSION= 0.17
CATEGORIES= irc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HINRIK
PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= A 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
PERL_CONFIGURE= yes
MAN1= irchailo-seed.1
MAN3= POE::Component::IRC::Plugin::Hailo.3
.include <bsd.port.mk>