aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-rfeedfinder/Makefile
blob: 4a871fa33186bbed6321ba3bdcbd14c4d6d01b8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=	Ruby library to find the feed

RUN_DEPENDS=	rubygem-hpricot>=0.6:www/rubygem-hpricot \
		rubygem-htmlentities>=4.0.0:textproc/rubygem-htmlentities \
		rubygem-hoe>=1.7.0:devel/rubygem-hoe

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>