1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/sfeed/Makefile
Mark Felder ab3053737f Sfeed is a RSS and Atom parser (and some format programs).
It converts RSS or Atom feeds from XML to a TAB-separated file. There
are formatting programs included to convert this TAB-separated format to
various other formats. There are also some programs and scripts included
to import and export OPML and to fetch, filter, merge and order feed
items.

WWW: https://codemadness.org/sfeed-simple-feed-parser.html
2020-12-11 17:01:12 +00:00

14 lines
217 B
Makefile

# $FreeBSD$
PORTNAME= sfeed
PORTVERSION= 0.9.19
CATEGORIES= www
MASTER_SITES= https://codemadness.org/releases/sfeed/
MAINTAINER= feld@FreeBSD.org
COMMENT= RSS and Atom parser
LICENSE= ISCL
.include <bsd.port.mk>