pkgsrc/www/ruby-jekyll-seo-tag/Makefile
ryoon dda7ec8b8e Update to 2.6.1
Changelog:
2.6.1
Development Fixes
    Test against Jekyll 4.x (#336)

2.6.0
Minor Enhancements
    Twitter Image and Title (#330)

Bug Fixes
    Do not cache the drop payload for SeoTag (#306)
    Update url of schema website (#296)

Development Fixes
    Relax version constraint on Bundler (#325)
    chore(ci): Add Ruby 2.6, drop Ruby 2.3 (#326)
    chore (ci): remove deprecated sudo: false in .travis.yml (#333)
    Lint Ruby code with rubocop-jekyll gem (#302)
    chore(deps): bump rubocop-jekyll to v0.4 (#320)
    chore(deps): bump rubocop-jekyll to v0.3 (#316)
    Correct RuboCop offenses in spec files (#319)

Documentation
    Rectify error in Usage documentation (#328)
2019-10-05 04:55:09 +00:00

16 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/10/05 04:55:09 ryoon Exp $
DISTNAME= jekyll-seo-tag-2.6.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/benbalter/jekyll-seo-tag
COMMENT= Jekyll plugin to add metadata tags for SEO
LICENSE= mit
#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"