mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# New ports collection makefile for: rbot
|
|
# Date created: 14 Apr 2002
|
|
# Whom: David Bushong <david+ports@bushong.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rbot
|
|
PORTVERSION= 0.9.10
|
|
CATEGORIES= irc ruby
|
|
MASTER_SITES= http://linuxbrit.co.uk/downloads/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ruby IRC bot similar to infobot
|
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_FEATURES= rexml
|
|
USE_RUBY_SETUP= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/share/doc/${RUBY_NAME}
|
|
|
|
.include <bsd.port.mk>
|