diff options
author | az <az@FreeBSD.org> | 2013-09-10 18:51:10 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 18:51:10 +0800 |
commit | 4e784564cfa09de6f356d6f74795b6e270a81739 (patch) | |
tree | 5f38930f02c1c2d052df3edc6ed802d7b49217ec /irc/tircd | |
parent | b92ca8c8f1b51cd371fc9a6c9f38d5e6ee1eddec (diff) | |
download | freebsd-ports-gnome-4e784564cfa09de6f356d6f74795b6e270a81739.tar.gz freebsd-ports-gnome-4e784564cfa09de6f356d6f74795b6e270a81739.tar.zst freebsd-ports-gnome-4e784564cfa09de6f356d6f74795b6e270a81739.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 |