mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
eb9dc8bb3d
Changes: https://github.com/feedjira/feedjira/blob/master/CHANGELOG.md https://github.com/feedjira/feedjira/commits/master
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= feedjira
|
|
PORTVERSION= 3.1.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Feed fetching and parsing library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-loofah>=2.3.1:textproc/rubygem-loofah \
|
|
rubygem-sax-machine>=1.0:textproc/rubygem-sax-machine
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|