pkgsrc/www/ruby-jekyll-feed/Makefile
taca 66c5e47f13 Add ruby-jekyll-feed 0.9.2. This really a part of jekyll.
# Jekyll Feed plugin

A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
2017-04-22 17:05:48 +00:00

16 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/04/22 17:05:48 taca Exp $
DISTNAME= jekyll-feed-0.9.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/jekyll-feed
COMMENT= Jekyll plugin to generate an Atom feed of your Jekyll posts
LICENSE= mit
#
# gemspec says dependency, but this package is really part of jekyll.
#DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"