diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-17 12:26:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-17 12:26:20 +0000 |
commit | 8c6dd4d1dcaeb0850caa366cf179db887d337992 (patch) | |
tree | 6d33bc4637b4fdecbec2b0c0a2e38adcee7674bb /irc | |
parent | 0ff10708ddde820b85cdd89228103e5e69fa9922 (diff) | |
download | ports-8c6dd4d1dcaeb0850caa366cf179db887d337992.tar.gz ports-8c6dd4d1dcaeb0850caa366cf179db887d337992.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 6e0154650fb4..919b076a8626 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -1,16 +1,16 @@ # Created by: Alfred Perlstein <alfred@FreeBSD.org> # $FreeBSD$ -PORTNAME= insub +PORTNAME= insub PORTVERSION= 16.0 -CATEGORIES= irc +CATEGORIES= irc MASTER_SITES= http://github.com/cjones/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/ -MAINTAINER= adamw@FreeBSD.org -COMMENT= Some scripts for expressing how you feel on IRC and the web +MAINTAINER= adamw@FreeBSD.org +COMMENT= Some scripts for expressing how you feel on IRC and the web RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ - figlet:${PORTSDIR}/misc/figlet + figlet:${PORTSDIR}/misc/figlet USES= perl5 USE_PERL5= run @@ -18,7 +18,7 @@ USE_PYTHON= 2.5+ OPTIONS_DEFINE= COWS OPTIONS_DEFAULT=COWS -COWS_DESC= Install a collection of cowsay(1) cows +COWS_DESC= Install a collection of cowsay(1) cows OPTIONS_SUB= yes NO_BUILD= yes |