diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-08-11 12:46:55 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-08-11 12:46:55 +0000 |
commit | 716ad2d71ca9ae50f7da7b93ad005d5b585c9a21 (patch) | |
tree | 929dd717ca77cbaef16039d7185e5b4f3b8b4e55 /irc/insub | |
parent | 725291308743fb535b12dec6d60cd682e03fd677 (diff) | |
download | ports-716ad2d71ca9ae50f7da7b93ad005d5b585c9a21.tar.gz ports-716ad2d71ca9ae50f7da7b93ad005d5b585c9a21.zip |
Notes
Diffstat (limited to 'irc/insub')
-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 |