18 lines
415 B
Makefile
18 lines
415 B
Makefile
PORTNAME= rfeedfinder
|
|
PORTVERSION= 0.9.13
|
|
CATEGORIES= www textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Ruby library to find the feed
|
|
WWW= https://rubygems.org/gems/rfeedfinder
|
|
|
|
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
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|