mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9ff1919527
- Add NO_ARCH
32 lines
763 B
Makefile
32 lines
763 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= ${RUN_DEPENDS}
|
|
RUN_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
|
|
TEST_DEPENDS= p5-Test-Script>=1.07:devel/p5-Test-Script
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|