diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 10 | ||||
-rw-r--r-- | irc/insub/pkg-descr | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index fece63ed85cf..dd3c19d75cb3 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: insub -# Date created: 27 Dec 2003 -# Whom: Alfred Perlstein <alfred@freebsd.org> -# +# Created by: Alfred Perlstein <alfred@freebsd.org> # $FreeBSD$ -# PORTNAME= insub PORTVERSION= 15.1 @@ -16,10 +12,12 @@ COMMENT= Some scripts for expressing how you feel on IRC and the web RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ figlet:${PORTSDIR}/misc/figlet +USES= perl5 + NO_BUILD= YES USE_BZIP2= YES -USE_PERL5= yes +USE_PERL5= run SCRIPT= ${PORTNAME}.pl diff --git a/irc/insub/pkg-descr b/irc/insub/pkg-descr index 041893d3845a..fd864bff578a 100644 --- a/irc/insub/pkg-descr +++ b/irc/insub/pkg-descr @@ -3,4 +3,4 @@ Comes with scripts for irssi. Enter "/script load insub" within the irssi client. Or, use the handy command-line "insub" program. -WWW: https://github.com/cjones/insub +WWW: https://github.com/cjones/insub |