diff options
Diffstat (limited to 'irc/tircd')
-rw-r--r-- | irc/tircd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/tircd/Makefile b/irc/tircd/Makefile index 4f68518b5f43..705f4a4edb67 100644 --- a/irc/tircd/Makefile +++ b/irc/tircd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tircd -# Date created: 6th March 2010 -# Whom: Gavin Atkinson <gavin@FreeBSD.org> -# +# Created by: Gavin Atkinson <gavin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tircd PORTVERSION= 0.10 @@ -24,7 +20,7 @@ RUN_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= tircd.1 |