ae9b8d2d23
0.15.1 / 2020-10-04 Bug Fixes * MetaTag: when encoding for XML special characters, handle non-string objects (#326)
17 lines
494 B
Makefile
17 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.11 2021/01/18 14:55:15 taca Exp $
|
|
|
|
DISTNAME= jekyll-feed-0.15.1
|
|
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.7:../../www/ruby-jekyll
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|