2003-10-04 08:40:05 +00:00
|
|
|
# New ports collection makefile for: raggle
|
|
|
|
# Date created: 04 September 2003
|
|
|
|
# Whom: gslin@ccca.nctu.edu.tw
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= raggle
|
|
|
|
PORTVERSION= 0.2.3
|
2003-10-13 10:49:49 +00:00
|
|
|
PORTREVISION= 1
|
2003-10-04 08:40:05 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.raggle.org/files/
|
|
|
|
|
|
|
|
MAINTAINER= gslin@ccca.nctu.edu.tw
|
|
|
|
COMMENT= A console RSS aggregator written in Ruby
|
|
|
|
|
2003-10-31 18:55:28 +00:00
|
|
|
RUN_DEPENDS= ${RUBY_SITELIBDIR}/ncurses.rb:${PORTSDIR}/devel/ruby-ncurses
|
2003-10-04 08:40:05 +00:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2003-10-31 18:55:28 +00:00
|
|
|
USE_RUBY_FEATURES= rexml yaml
|
2003-10-04 08:40:05 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
MAN1= raggle.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|