From 4e784564cfa09de6f356d6f74795b6e270a81739 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 10 Sep 2013 10:51:10 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- irc/tircd/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'irc/tircd') 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 -# +# Created by: Gavin Atkinson # $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 -- cgit