freebsd-ports/www/rubygem-feedjira/Makefile
Sunpoet Po-Chuan Hsieh 5509a08798 - Update to 1.6.0
- Add LICENSE
- Sort RUN_DEPENDS

Changes:	https://github.com/feedjira/feedjira/blob/master/CHANGELOG.md
2015-03-08 19:58:46 +00:00

22 lines
498 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= feedjira
PORTVERSION= 1.6.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Feed fetching and parsing library
LICENSE= MIT
RUN_DEPENDS= rubygem-curb>=0.8:${PORTSDIR}/ftp/rubygem-curb \
rubygem-loofah>=2.0:${PORTSDIR}/textproc/rubygem-loofah \
rubygem-sax-machine>=1.0:${PORTSDIR}/textproc/rubygem-sax-machine
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>