freebsd-ports/www/rubygem-feedjira/Makefile

23 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>