opnsense-ports/textproc/rubygem-html-pipeline/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
437 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
NO_ARCH= yes
.include <bsd.port.mk>