summaryrefslogtreecommitdiff
path: root/chat/sirc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-16 13:51:27 +0000
committerwiz <wiz@pkgsrc.org>2001-02-16 13:51:27 +0000
commit07cd20b334bcce67d925d228b1dc798c007141f0 (patch)
tree0b6795ee15e18090020cfa8444738bad46458587 /chat/sirc/Makefile
parent2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff)
downloadpkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat/sirc/Makefile')
-rw-r--r--chat/sirc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile
index e1f33d1f1a2..14b190bb0a9 100644
--- a/chat/sirc/Makefile
+++ b/chat/sirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/01 14:25:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/16 13:51:31 wiz Exp $
DISTNAME= sirc-2.211
PKGNAME= sirc-2.211nb1
@@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html
+COMMENT= IRC client written and programmable in perl
USE_PERL5= # defined
DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6