aboutsummaryrefslogtreecommitdiff
path: root/irc/nethirc/Makefile
blob: f21349c8d79abd1888a22214dff25e6dd7ba96bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$

PORTNAME=	NetHirc
PORTVERSION=	0.94
PORTREVISION=	1
CATEGORIES=	irc
MASTER_SITES=	ftp://ftp.nog.net/pub/tony/nethirc/

MAINTAINER=	matt_mills@btopenworld.com
COMMENT=	Perl-based IRC client that uses Net::IRC

BUILD_DEPENDS=	p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \
		p5-String-Format>=0:${PORTSDIR}/textproc/p5-String-Format \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>