pkgsrc/www/ruby-jekyll-archives/Makefile
wiz 8777b11b18 ruby-jekyll: mark as not for ruby-3.2
jekyll uses liquid, but only liquid versions 5+ support ruby 3.2
and jekyll requires liquid>=4.0<5
2023-04-29 13:47:07 +00:00

19 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.11 2023/04/29 13:47:07 wiz Exp $
DISTNAME= jekyll-archives-2.2.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/jekyll-archives/
COMMENT= Automatically generates post archives by dates, tags, and categories
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
USE_LANGUAGES= # none
RUBY_VERSIONS_INCOMPATIBLE= 32
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"