1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

30 lines
751 B
Makefile

# Created by: milki <milki@rescomp.berkeley.edu>
# $FreeBSD$
PORTNAME= POE-Component-IRC-Plugin-Hailo
PORTVERSION= 0.18
PORTREVISION= 1
CATEGORIES= irc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HINRIK
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PoCo-IRC plugin for a Hailo conversation simulator
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-IRC-Utils>=0.05:irc/p5-IRC-Utils \
p5-Math-Random-OO>=0.21:math/p5-Math-Random-OO \
p5-POE>=0:devel/p5-POE \
p5-POE-Component-Hailo>=0:devel/p5-POE-Component-Hailo \
p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Script>=1.07:devel/p5-Test-Script
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>