View | Details | Raw Unified | Return to bug 181463
Collapse All | Expand All

(-)Makefile (-6 / +3 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for: tircd
1
# Created by: Gavin Atkinson <gavin@FreeBSD.org>
2
# Date created:		6th March 2010
3
# Whom:			Gavin Atkinson <gavin@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	tircd
4
PORTNAME=	tircd
9
PORTVERSION=	0.10
5
PORTVERSION=	0.10
Lines 24-30 Link Here
24
		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
20
		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
25
		p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD
21
		p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD
26
22
27
USE_PERL5=	yes
23
USES=		perl5
24
USE_PERL5=	patch
28
NO_BUILD=	yes
25
NO_BUILD=	yes
29
26
30
MAN1=		tircd.1
27
MAN1=		tircd.1

Return to bug 181463