blob: 9237f7a4203fd256d31082f9b510c058d86acea5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: TERAMOTO Masahiro <markun@onohara.to>
# $FreeBSD$
PORTNAME= rfeedfinder
PORTVERSION= 0.9.13
CATEGORIES= www textproc rubygems
MASTER_SITES= RG
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>
|