freebsd-ports/www/rubygem-rfeedfinder/Makefile
Martin Wilke 0817f3cc9c rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering,
URL correction, and Web service queries -- whatever it takes --
to find the feed.

WWW:	http://rubyforge.org/projects/rfeedfinder/

PR:		ports/136715
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2009-07-13 22:14:05 +00:00

24 lines
590 B
Makefile

# New ports collection makefile for: rubygem-rfeedfinder
# Date created: 2009-07-13
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= rfeedfinder
PORTVERSION= 0.9.13
CATEGORIES= www textproc rubygems
MASTER_SITES= RF
MAINTAINER= markun@onohara.to
COMMENT= A Ruby library to find the feed.
RUN_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
rubygem-htmlentities>=4.0.0:${PORTSDIR}/textproc/rubygem-htmlentities \
rubygem-hoe>=1.7.0:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>