20 lines
487 B
Makefile
20 lines
487 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= feedjira
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Feed fetching and parsing library
|
|
|
|
RUN_DEPENDS= rubygem-sax-machine>=1.0:${PORTSDIR}/textproc/rubygem-sax-machine \
|
|
rubygem-curb>=0.8.1:${PORTSDIR}/ftp/rubygem-curb \
|
|
rubygem-loofah>=2.0.0:${PORTSDIR}/textproc/rubygem-loofah
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|