File:  [cvs.NetBSD.org] / pkgsrc / www / ruby-html-proofer / Makefile
Revision 1.10: download - view: text, annotated - select for diffs
Sun Dec 18 14:47:39 2022 UTC (2 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
www/ruby-html-proofer: update to 5.0.3

5.0.3 (2022-12-06)

* Address some typos by @gjtorikian in #780
* Fix poor srcset parsing by @gjtorikian in #784

# $NetBSD: Makefile,v 1.10 2022/12/18 14:47:39 taca Exp $

DISTNAME=	html-proofer-5.0.3
CATEGORIES=	www

MAINTAINER=	ryoon@NetBSD.org
HOMEPAGE=	https://github.com/gjtorikian/html-proofer
COMMENT=	Test your rendered HTML files to make sure they're accurate
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
DEPENDS+=	${RUBY_PKGPREFIX}-async>=2.1<3:../../devel/ruby-async
DEPENDS+=	${RUBY_PKGPREFIX}-nokogiri>=1.13<2:../../textproc/ruby-nokogiri
DEPENDS+=	${RUBY_PKGPREFIX}-rainbow>=3.0<4:../../misc/ruby-rainbow
DEPENDS+=	${RUBY_PKGPREFIX}-typhoeus>=1.3.1<2:../../www/ruby-typhoeus
DEPENDS+=	${RUBY_PKGPREFIX}-yell>=2.0<3:../../devel/ruby-yell
DEPENDS+=	${RUBY_PKGPREFIX}-zeitwerk>=2.5<3:../../devel/ruby-zeitwerk

USE_LANGUAGES=	# none

RUBY_VERSIONS_ACCEPTED=	31
RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>