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/p5-IRC-Utils | |
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/p5-IRC-Utils')
-rw-r--r-- | irc/p5-IRC-Utils/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/irc/p5-IRC-Utils/Makefile b/irc/p5-IRC-Utils/Makefile index 871e8d96a42a..dbbd0b40ae42 100644 --- a/irc/p5-IRC-Utils/Makefile +++ b/irc/p5-IRC-Utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IRC-Utils -# Date created: 2011-04-12 -# Whom: TERAMOTO Masahiro <markun@onohara.to> -# +# Created by: TERAMOTO Masahiro <markun@onohara.to> # $FreeBSD$ -# PORTNAME= IRC-Utils PORTVERSION= 0.12 @@ -18,7 +14,8 @@ COMMENT= Common utilities for IRC-related tasks LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IRC::Utils.3 |