pkgsrc/www/ruby-jekyll-feed/Makefile
ryoon 80329993bf Update to 0.12.1
Changelog:
0.12.1
Bug Fixes
    Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#272)

0.12.0
    Allow Jekyll v4 (still alpha)

Development Fixes
    style: fix offenses in specs (#248)
    dev: update CI and style settings (#258)
    Enable testing for Windows platform (#265)
2019-10-05 04:52:16 +00:00

18 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/10/05 04:52:16 ryoon Exp $
DISTNAME= jekyll-feed-0.12.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.3<4:../../www/ruby-jekyll
RUBY_VERSIONS_ACCEPTED= 24 25 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"