mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
Changes: https://github.com/feedjira/feedjira/blob/master/CHANGELOG.md https://github.com/feedjira/feedjira/commits/master
20 lines
417 B
Makefile
20 lines
417 B
Makefile
PORTNAME= feedjira
|
|
PORTVERSION= 3.2.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Feed fetching and parsing library
|
|
WWW= https://github.com/feedjira/feedjira
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-loofah>=2.3.1<3:textproc/rubygem-loofah \
|
|
rubygem-sax-machine>=1.0<2:textproc/rubygem-sax-machine
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|