File:  [cvs.NetBSD.org] / pkgsrc / www / ruby-html-proofer / Makefile
Revision 1.9: download - view: text, annotated - select for diffs
Sun Dec 4 16:17:40 2022 UTC (2 years, 2 months ago) by taca
Branches: MAIN
CVS tags: HEAD
www/ruby-html-proofer: update to 5.0.2

5.0.2 (2022-11-15)

What's Changed

* Address some typos by @gjtorikian in #780

Contributors

* gjtorikian

# $NetBSD: Makefile,v 1.9 2022/12/04 16:17:40 taca Exp $

DISTNAME=	html-proofer-5.0.2
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>