aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2013-08-11 20:46:55 +0800
committeradamw <adamw@FreeBSD.org>2013-08-11 20:46:55 +0800
commit72ebea61486e948998fa8fac00f414e1f0adb7a3 (patch)
tree929dd717ca77cbaef16039d7185e5b4f3b8b4e55
parent401ebe0075a16d0dd2c60e7e88bda8c605cc8714 (diff)
downloadfreebsd-ports-gnome-72ebea61486e948998fa8fac00f414e1f0adb7a3.tar.gz
freebsd-ports-gnome-72ebea61486e948998fa8fac00f414e1f0adb7a3.tar.zst
freebsd-ports-gnome-72ebea61486e948998fa8fac00f414e1f0adb7a3.zip
Convert header, use USES, and pet portlint.
-rw-r--r--irc/insub/Makefile10
-rw-r--r--irc/insub/pkg-descr2
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