diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:32:41 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:32:41 +0000 |
commit | bff8efbc1b9705ec60089ea93373c219752c7c03 (patch) | |
tree | 0a1c288f21a8111a558fdcfc8a5f1350ad9f95dd /irc | |
parent | 41e60477bdfd199f4fa53ac14af9a86349cff50b (diff) | |
download | ports-bff8efbc1b9705ec60089ea93373c219752c7c03.tar.gz ports-bff8efbc1b9705ec60089ea93373c219752c7c03.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/rbot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 4ba0bcb3db2c..334143fb97b6 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rbot -# Date created: 14 Apr 2002 -# Whom: David Bushong <david+ports@bushong.net> -# +# Created by: David Bushong <david+ports@bushong.net> # $FreeBSD$ -# PORTNAME= rbot PORTVERSION= 0.9.15 @@ -12,7 +8,7 @@ CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ |