pkgsrc/www/ruby-jekyll-watch/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

16 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/11/04 22:10:14 rillig Exp $
DISTNAME= jekyll-watch-2.0.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/jekyll-watch
COMMENT= Rebuild your Jekyll site when a file changes
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-listen>=3.0<4:../../sysutils/ruby-listen
OVERRIDE_GEMSPEC+= listen>=3.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"