Files
ports/textproc/rubygem-html-proofer/Makefile
Po-Chuan Hsieh 294f9ea7f9 textproc/rubygem-html-proofer: Add rubygem-html-proofer 3.19.1
HTMLProofer is a set of tests to validate your HTML output. These tests check if
your image references are legitimate, if they have alt tags, if your internal
links are working, and so on. It's intended to be an all-in-one checker for your
output.

In scope for this project is any well-known and widely-used test for HTML
document quality. A major use for this project is continuous integration -- so
we must have reliable results. We usually balance correctness over performance.
And, if necessary, we should be able to trace this program's detection of HTML
errors back to documented best practices or standards, such as W3
specifications.

WWW: https://github.com/gjtorikian/html-proofer
2021-05-22 22:42:12 +08:00

29 lines
694 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= html-proofer
PORTVERSION= 3.19.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Test your rendered HTML files
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
rubygem-mercenary>=0.3<1:devel/rubygem-mercenary \
rubygem-nokogumbo>=2.0<3:textproc/rubygem-nokogumbo \
rubygem-parallel>=1.3<2:sysutils/rubygem-parallel \
rubygem-rainbow>=3.0<4:devel/rubygem-rainbow \
rubygem-typhoeus>=1.3<2:www/rubygem-typhoeus \
rubygem-yell>=2.0<3:sysutils/rubygem-yell
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/htmlproofer
.include <bsd.port.mk>