blob: ddb8b190ff7e990666a841f3f52d6cd0ccb6b38d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: raggle
# Date created: 04 September 2003
# Whom: gslin@ccca.nctu.edu.tw
#
# $FreeBSD$
#
PORTNAME= raggle
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.raggle.org/files/
MAINTAINER= gslin@ccca.nctu.edu.tw
COMMENT= A console RSS aggregator written in Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/rexml/rexml.rb:${PORTSDIR}/textproc/ruby-rexml \
${RUBY_SITELIBDIR}/ncurses.rb:${PORTSDIR}/devel/ruby-ncurses \
${RUBY_SITELIBDIR}/yaml.rb:${PORTSDIR}/devel/ruby-yaml
USE_RUBY= yes
NO_BUILD= yes
MAN1= raggle.1
.include <bsd.port.mk>
|