freebsd-ports/textproc/rubygem-html-pipeline/Makefile
2021-09-30 14:47:21 +02:00

21 lines
424 B
Makefile

PORTNAME= html-pipeline
PORTVERSION= 2.13.2
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitHub HTML processing filters and utilities
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>