diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 18:51:10 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 18:51:10 +0800 |
commit | cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188 (patch) | |
tree | 5f38930f02c1c2d052df3edc6ed802d7b49217ec /irc/tircd | |
parent | 8db4f62979407d6708936eb3490e3fc978afd4cc (diff) | |
download | freebsd-ports-gnome-cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188.tar.gz freebsd-ports-gnome-cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188.tar.zst freebsd-ports-gnome-cd5c31b5c0bd117d56997a7ab2b8ff1b8930e188.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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 |