opnsense-ports/textproc/rubygem-html-pipeline/Makefile
Franco Fichtner b32032fada */*: sync with upstream
Taken from: HardenedBSD
2019-12-28 20:44:11 +01:00

22 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= html-pipeline
PORTVERSION= 2.12.3
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-activesupport52>=2:devel/rubygem-activesupport52 \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>