blob: 7d616dfb97e9799e87d65fce18ba6254e2227a88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.13 2022/12/04 16:21:50 taca Exp $
DISTNAME= jekyll-feed-0.17.0
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"
|