ports/textproc/rubygem-html-pipeline/Makefile
Matthias Fechner 0411073fe6 textproc/rubygem-html-pipeline: update to 2.14.3
Required for gitlab-ce 15.6.
Changelog:
https://github.com/gjtorikian/html-pipeline/blob/main/CHANGELOG.md

(cherry picked from commit 06069f3482)
2023-01-12 07:54:55 +02:00

21 lines
451 B
Makefile

PORTNAME= html-pipeline
PORTVERSION= 2.14.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitHub HTML processing filters and utilities
WWW= https://github.com/jch/html-pipeline
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport61>=2:devel/rubygem-activesupport61 \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>